Replies: 1 comment 5 replies
-
This is not just about adding a new option. Kubernetes do not allow you to mount secrets outside your namespace. So apart from the new option in the API, you would also need to copy the secret into the right namespace to be able to mount it. So at the end you would anyway end up with a copy of the secret, just done by the operator. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when specifying the certificate secret (through
brokerCertChainAndKey
and it's respective child properties), Strimzi assumes that the certificate is deployed in the same namespace as the Kafka cluster.This is less convenient in situations where certificates are reused (i.e. wildcard certificates). I'd like to propose to add an option to the
brokerCertChainAndKey
block, callednamespace
, to refer to the namespace in which the secret is deployed.Let me know what you think, I can create a feature request issue for this idea.
Beta Was this translation helpful? Give feedback.
All reactions