You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when I create a release like this, deployment ends up failing because it can't reach postgres, and when I look at the deployment the AUTHENTIK_POSTGRESQL__HOSTNAME and AUTHENTIK_POSTGRESQL__NAME variables are defined twice. Once with my values, and once with seemingly default values. From the deployment template it looks like that's happening because of
I've got a question, possibly a behavior question, about setting environment variables for the deployment:
However when I create a release like this, deployment ends up failing because it can't reach postgres, and when I look at the deployment the
AUTHENTIK_POSTGRESQL__HOSTNAME
andAUTHENTIK_POSTGRESQL__NAME
variables are defined twice. Once with my values, and once with seemingly default values. From the deployment template it looks like that's happening because ofhelm/charts/authentik/templates/deployment.yaml
Line 44 in b4911f0
The text was updated successfully, but these errors were encountered: