Skip to content

Commit

Permalink
escape secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 27, 2024
1 parent aa3e07a commit 2ba3742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: PGPASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.postgresql.pass | default "keycloak.keycloakx-pgsql.credentials.postgresql.acid.zalan.do"}}
name: "{{ .Values.postgresql.pass | default (quote "keycloak.keycloakx-pgsql.credentials.postgresql.acid.zalan.do") }}"
key: password
- name: PGPORT
value: "{{ .Values.postgresql.port | default 5432 }}"
Expand Down

0 comments on commit 2ba3742

Please sign in to comment.