-
Notifications
You must be signed in to change notification settings - Fork 64
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
Simplify admin hash in the secret #106
Conversation
The changes look good. However, I think it would be a breaking change for anybody that followed the instructions at https://github.com/apache/couchdb-helm/tree/main/couchdb#installing-the-chart to create their own admin secret containing a Sorry not to have twigged this sooner - do you think you could bump the version to |
change is breaking so needs a major version bump
Replaces the `password.ini` field in the internal secret resource with a field `adminHash`. This simplifies the management of the admin hash but breaks compatibility with the previous `password.ini` if `createAdminSecret` is set to `false`, hence the major version bump.
What this PR does / why we need it:
This PR is for simplifying the adminHash in the secret
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.