timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
264 stars 223 forks source link

[ISSUE] setting `secrets.credentialsSecretName` doesn't do anything #372

Closed ilovemysillybanana closed 2 years ago

ilovemysillybanana commented 2 years ago

Describe the bug Setting the value secrets.credentialsSecretName, the deployment fails because it's still expecting there to be a secret by the default name and gives this error: Error: secret "timescaledb-single-credentials" not found

To Reproduce Install the helm chart with default values, set the secrets.credentialsSecretName to the name of a secret.

Expected behavior I would expect it to find the existing secret in it's namespace but it does not. Looking into the code, it doesn't look like it does anything if it sees that secrets.credentialsSecretName is not empty quotes "".

Deployment

paulfantom commented 2 years ago

Fixed with #373. Please reopen if you find that the linked PR did not resolve your issue.