Skip to content

Commit

Permalink
fix: Fix typo missed in review (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski authored Feb 7, 2024
2 parents 82713e5 + 5163d0d commit 4fedc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/flowforge/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
{{- end }}
user: {{ .Values.postgresql.auth.username }}
password: <%= ENV['PGPASSWORD'] %>
db: {{ .Values.postgresql.auth.database }}
database: {{ .Values.postgresql.auth.database }}
{{- if .Values.postgresql.ssl }}
ssl: {{ .Values.postgresql.ssl }}
{{- end }}
Expand Down Expand Up @@ -203,4 +203,4 @@ data:
{{- end }}
{{- end}}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 4fedc21

Please sign in to comment.