Skip to content

Commit

Permalink
values
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkz committed Nov 17, 2023
1 parent 2769409 commit 3099384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/wger/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ metadata:
name: wger-pg-init
data:
grantSuperuser.sql: |
ALTER USER {{postgres.userDatabase.name}} WITH SUPERUSER;
ALTER USER {{ .Values.postgres.userDatabase.name }} WITH SUPERUSER;

0 comments on commit 3099384

Please sign in to comment.