Skip to content
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

helm chart issue PASSWORDS ERROR #803

Closed
curly3031 opened this issue Nov 8, 2022 · 0 comments
Closed

helm chart issue PASSWORDS ERROR #803

curly3031 opened this issue Nov 8, 2022 · 0 comments

Comments

@curly3031
Copy link

if we use default databases in chart and change clusterDomain from default "cluster.local", we have some error on non installed variables
example:
Error: UPGRADE FAILED: execution error at (oncall/charts/rabbitmq/templates/statefulset.yaml:37:28):
PASSWORDS ERROR: You must provide your current passwords when upgrading the release.
Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims.
Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases

'auth.password' must not be empty, please add '--set auth.password=$RABBITMQ_PASSWORD' to the command. To get the current value:

    export RABBITMQ_PASSWORD=$(kubectl get secret --namespace "grafana-oncall" grafana-oncall-rabbitmq -o jsonpath="{.data.rabbitmq-password}" | base64 --decode)

in turn, setting this value does not work, because dependent charts are installed with priority while setting their own oncall

@joeyorlando joeyorlando closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants