Open
Description
When I define a custom registry certificate in a ConfigMap
and reference the ConfigMap
in KnativeServing.spec.controller-custom-certs
(decribed here), the contents of the ConfigMap
gets overwritten with the certificates of other CAs.
This behavior is not present when using the upstream Knative operator.
This looks like it may be due to this line.
However, when the custom registry certificate is defined in a Secret
, the contents of the Secret
are not overwritten.
If the objective is to merge the service CAs and the trusted CAs with the contents of the ConfigMap
, then shouldn't the original contents of the ConfigMap
be copied into combinedContents
?
Metadata
Metadata
Assignees
Labels
No labels