Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 21, 2023
1 parent 39404e0 commit ee82d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/studio/templates/secret-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stringData:
DATABASE_PASSWORD: {{ .Values.global.postgres.password | quote }}
DATABASE_NAME: {{ .Values.global.postgres.databaseName | quote }}

{{- if .Values.pgBouncer.enabled -}}
{{- if ((.Values.pgBouncer).enabled) -}}
DATABASE_HOST: "pgbouncer.{{ .Release.Namespace }}.svc.cluster.local"
DATABASE_PORT: {{ .Values.pgBouncer.service.port | quote }}
{{- else }}
Expand Down

0 comments on commit ee82d40

Please sign in to comment.