Replies: 1 comment
-
All of our configuration is read from environment variables. There is nothing Redash specific about reading environment variables, so my best guess would be it's something with how the pod is defined. I'm less experienced with K8s, but you might get better responses on a K8s forum? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Friends,
I am integrating HashiCorp Vault to my existing Redash instances on Openshift(Kubernetes). As part of the I am have secret injection as per Vault documentation here and they suggestion to add ENV VAR overriding the ENTRYPOINT . I am doing same things on my other PODS for Redis, Patroni - DB and it works fine. But not with REDASH - Why so ? Sample part from yaml is below . the
ENVAR1
is not getting created on the POD. In reality I am passing the out of secret file with an array ofenv vars and its value
on it. For the sake of simplicity I created a single env var overriding the ENTRYPOINT /CMD -Beta Was this translation helpful? Give feedback.
All reactions