-
Notifications
You must be signed in to change notification settings - Fork 141
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
[TASK] Simplify deployment upgrade with Identity enabled #403
Comments
I've found that the best way to deal with that issue is to use Helm hooks. Namely, using |
Added the related support ticket ;) |
I've found that the best what we can do here is to remove the password auto-generation and leave that to the user, as there are many tools to do that and each user can use different things. |
Closed because of related PR #1868 being closed. |
Describe the use case:
Currently, as in Camunda Platform v8.0 and Helm chart v8.0.13, when Camunda Identity is enabled, the deployment upgrade is not smooth and needs many manual steps to be done.
In action:
Describe the enhancement/feature:
We need to enhance that probably by preserving the secrets during the upgrade.
Desired outcome and acceptance tests:
Related tickets
Other related issues
existingSecret
uses the actual values, not the secret name: [ISSUE] The comments explaining the use of existingSecret settings are incorrect #762The text was updated successfully, but these errors were encountered: