Skip to content

Commit

Permalink
Fix POSTGRES_NAME value in db_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 2, 2024
1 parent 4603717 commit b10dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/db_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
labels:
{{- include "flatchart.labels" . | nindent 4 }}
data:
POSTGRES_NAME: postgres
POSTGRES_NAME: "postgres"
POSTGRES_HOST: {{ .Values.dbConfig.postgresHost | quote }}
POSTGRES_PORT: "5432"

0 comments on commit b10dee8

Please sign in to comment.