Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 27, 2024
1 parent e49016c commit a1208e4
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: {{ quote .Values.postgresql.pass }}
name: {{ .Values.postgresql.pass }}
key: password
- name: PGPORT
value: "{{ .Values.postgresql.port | default 5432 }}"
Expand Down

0 comments on commit a1208e4

Please sign in to comment.