Skip to content

Commit

Permalink
fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 23, 2023
1 parent c2cd952 commit 3b44049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/substrate-faucet/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ data:
SMF_CONFIG_DB_HOST: "{{ .Release.Name }}-postgresql"
SMF_CONFIG_DB_PORT: "5432"
SMF_CONFIG_DB_USERNAME: postgres
SMF_CONFIG_DB_DATABASE_NAME: faucet
SMF_CONFIG_DB_DATABASE_NAME: "{{ .Values.postgresql.global.postgresql.auth.database }}"
{{- end }}
1 change: 1 addition & 0 deletions charts/substrate-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ postgresql:
global:
postgresql:
auth:
database: faucet
postgresPassword: "Secret!"
primary:
persistence:
Expand Down

0 comments on commit 3b44049

Please sign in to comment.