-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSearch re-creates certificates when deployed through ArgoCD #24643
Comments
Hi @NandoTheessen, The charts/bitnami/opensearch/templates/tls-secret.yaml Lines 34 to 50 in 57adc16
The charts/bitnami/common/templates/_secrets.tpl Lines 144 to 165 in 57adc16
If the The issue in this case is not related to the chart itself, but to ArgoCD not supporting Helm's lookup function: argoproj/argo-cd#5202 I'm sorry but there is not much we can do to fix this issue on our side. |
Thanks, then this can be closed! |
Name and Version
bitnami/opensearch:0.9.1
What architecture are you using?
None
What steps will reproduce the bug?
Deploy OpenSearch through ArgoCD with autoGenerated certificates
Are you using any custom parameters or values?
security.tls.autoGenerated: true
What is the expected behavior?
The deployment should be stable, certificates should not change
What do you see instead?
On every commit to the repository housing GitOps configuration, new certificates are generated which triggers a re-deployment of all pods.
This also happens on commits that are entirely unrelated to the configuration of OpenSearch.
Additional information
No response
The text was updated successfully, but these errors were encountered: