couchdb-helm icon indicating copy to clipboard operation
couchdb-helm copied to clipboard

Make `erlangCookie` and `cookieAuthSecret` specifiable in `extraSecret`

Open JustScreaMy opened this issue 8 months ago • 1 comments

What this PR does / why we need it:

This PR fixes an issue where a user attempting to use their own secret with extraSecretName and disabling createAdminSecret encounters an error during deployment. The error occurs because the chart expects cookieAuthSecret and erlangCookie to exist, but the secrets are not found.

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.

  • [x] Chart Version bumped
  • [ ] e2e tests pass
  • [x] Variables are documented in the README.md
  • [x] NEWS.md updated

JustScreaMy avatar Apr 04 '25 21:04 JustScreaMy

I have tried running E2E tests locally, but I always end up with a Error: failed linting and installing charts: failed identifying merge base: must be in a git repository

JustScreaMy avatar Apr 04 '25 21:04 JustScreaMy