Skip to content

Commit 3b44c9b

Browse files
committed
chore: Update DATABASE_URL in secret.yaml
1 parent 8db4933 commit 3b44c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/rocketadmin/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ type: Opaque
1111
data:
1212
JWT_SECRET: {{ include "chrt-6456.password" .}}
1313
PRIVATE_KEY: {{ include "chrt-6456.password" .}}
14-
DATABASE_URL: postgresql://rocketadmin:{{ include "rocketadmin.dbPassword" . | b64enc }}@{{ include "redash.postgresql.fullname" . }}/rocketadmin
14+
DATABASE_URL: postgresql://rocketadmin:{{ include "rocketadmin.dbPassword" . | b64enc }}@{{ include "rocketadmin.postgresql.fullname" . }}/rocketadmin

0 commit comments

Comments
 (0)