szalai1
03/18/2021, 7:42 AMpostgresql-password
in the official helm chart?Noah K
03/18/2021, 8:09 AMszalai1
03/18/2021, 8:18 AMtest
)Noah K
03/18/2021, 8:27 AMszalai1
03/18/2021, 8:44 AMNoah K
03/18/2021, 8:46 AMszalai1
03/18/2021, 8:48 AMNoah K
03/18/2021, 8:48 AMszalai1
03/18/2021, 8:50 AMNoah K
03/18/2021, 8:50 AMszalai1
03/18/2021, 8:51 AMNoah K
03/18/2021, 8:53 AM<http://argocd.argoproj.io/hook|argocd.argoproj.io/hook>: Skip
szalai1
03/18/2021, 8:55 AMNoah K
03/18/2021, 8:55 AMszalai1
03/18/2021, 8:58 AMNoah K
03/18/2021, 9:00 AMszalai1
03/18/2021, 9:17 AMMatyas Tamas
03/18/2021, 1:21 PMenvsubst
... There's probably a better way to do this, but I've been using local env variable substitution (and made some scripts for pulling env values to a .env file).
e.g.:
source ./.env && helm upgrade --install dagster-release dagster/dagster -f <(envsubst < values.yaml)
postgresqlPassword: "${DAGSTER_PG_PASSWORD}"
szalai1
03/18/2021, 2:03 PMWilliam Sheu
03/18/2021, 6:00 PMrex
03/18/2021, 9:47 PM.Values.global.postgresSecretName
to pass down the secret name to one of our subcharts https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml#L8-L9William Sheu
03/25/2021, 5:45 AMglobal
or in postgresql
(since that specifies subchart values) -- happy to make changes here if you think there's a better place for it