File tree Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ tolerations: []
8989
9090affinity : {}
9191
92+ directus :
93+ oidc :
94+ enabled : false
95+
96+ key : CHANGEME
97+ secret : CHANGEME
98+
9299env :
93100 DB_CLIENT : pg
94101 NODE_TLS_REJECT_UNAUTHORIZED : 0
Original file line number Diff line number Diff line change 11{ { $hostname := default " example.com" .Values.hostname } }
22
3- { { $key := dedupe . " directus.env.key" (uuidv4 ) } }
4- { { $secret := dedupe . " directus.env.secret" (uuidv4 ) } }
3+ { { $key := dedupe . " directus.env.key" (randAlphaNum 20 ) } }
4+ { { $secret := dedupe . " directus.env.secret" (randAlphaNum 20 ) } }
55
66{ { $directusPgPwd := dedupe . " directus.postgres.password" (randAlphaNum 20) } }
77{ { $directusPgDsn := default (printf " postgresql://directus:%s@plural-postgres-directus:5432/directus" $directusPgPwd ) .Values.directusDsn } }
You can’t perform that action at this time.
0 commit comments