We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db4933 commit 3b44c9bCopy full SHA for 3b44c9b
charts/rocketadmin/templates/secret.yaml
@@ -11,4 +11,4 @@ type: Opaque
11
data:
12
JWT_SECRET: {{ include "chrt-6456.password" .}}
13
PRIVATE_KEY: {{ include "chrt-6456.password" .}}
14
- DATABASE_URL: postgresql://rocketadmin:{{ include "rocketadmin.dbPassword" . | b64enc }}@{{ include "redash.postgresql.fullname" . }}/rocketadmin
+ DATABASE_URL: postgresql://rocketadmin:{{ include "rocketadmin.dbPassword" . | b64enc }}@{{ include "rocketadmin.postgresql.fullname" . }}/rocketadmin
0 commit comments