Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Add support for controller custom certificate in KnativeServing CRD #210

@jcrossley3

Description

@jcrossley3

To enable the controller to trust self-signed certs from a registry, I'd like to propose the following addition to the KnativeServing CR:

spec:
  controller-custom-certs:
    name: config-service-ca
    type: ConfigMap

The operator would then configure the controller's deployment per these instructions. The other supported type would be Secret, both of which the user would be expected to create.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions