realvasko commented on pull request #23: URL: https://github.com/apache/couchdb-helm/pull/23#issuecomment-753928927
Hi @arnediekmann, I tried using this, together with `createAdminSecret: false`. That is, I generated the hash, put it in an ini file and added it to the secret that I manually created (the documentation on this is slightly incorrect, btw -- it should not be 'my-password.ini', just 'password.ini', as this is the key that will be used in the secret). This didn't work though and from reviewing the chart (not really an expert on writing helm charts, so I might be completely wrong) I believe it's because the entry in the secret is never used. It's written, if `adminHash` is set, which also triggers the generation and copy of the ini-file. But if `adminHash` is not set, the secret attribute is not considered and the file is not generated nor copied. Or am I missing something else here? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
