redhat-cop / cert-utils-operator

Set of functionalities around certificates packaged in a Kubernetes operator
Apache License 2.0
95 stars 35 forks source link

Annotation java-keystore-password not working for Secrets #109

Closed ron1 closed 2 years ago

ron1 commented 2 years ago

I am running cert-utils-operator v1.3.0.

When I specify annotation cert-utils-operator.redhat-cop.io/java-keystore-password on a tls secret along with annotation cert-utils-operator.redhat-cop.io/generate-java-keystores, the password for the generated keystore.jks remains changeme thereby ignoring my specified custom password.

ron1 commented 2 years ago

Nevermind, this turned out to be a pod secret mounting latency issue.