Skip to content
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

Helm chart issue: Self managed secrets not propagated to pods #188

Open
wfdevopsteam opened this issue Sep 4, 2024 · 0 comments
Open

Helm chart issue: Self managed secrets not propagated to pods #188

wfdevopsteam opened this issue Sep 4, 2024 · 0 comments

Comments

@wfdevopsteam
Copy link

Hello!

We're setting up Redash using the helmchart provided and using the following value:

redash:
  selfManagedSecrets: true
  envSecretName: redash

Our secret looks like this:

apiVersion: v1
data:
  cookieSecret: <value>
  googleClientSecret: ""
  ldapBindDnPassword: ""
  mailPassword: ""
  secretKey: <value>
kind: Secret
metadata:

Even with this set we keep getting this exception: Exception: You must set the REDASH_COOKIE_SECRET environment variable. Visit http://redash.io/help/open-source/admin-guide/secrets for more information.

Setting the secrets using the "normal" way works, but we don't want to do this since we're version controlling the helm chart values.

Many thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant