Skip to content

Commit

Permalink
Fix order in db config
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 2, 2024
1 parent 9cebb8e commit 6719b70
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_HOST: {{ .Values.dbConfig.postgresHost | quote }}
POSTGRES_NAME: {{ .Values.dbConfig.postgresName | quote }}
POSTGRES_HOST: {{ .Values.dbConfig.postgresHost | quote }}
POSTGRES_PORT: {{ .Values.dbConfig.postgresPort | quote }}

0 comments on commit 6719b70

Please sign in to comment.