We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
We're setting up Redash using the helmchart provided and using the following value:
Our secret looks like this:
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!
The text was updated successfully, but these errors were encountered: