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 7e4d583 commit f5639ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: PGUSER
value: {{ .Values.postgresql.user | default "api" }}
- name: PGDATABASE
value: {{ .Values.postgresql.db | default "api" }}
value: {{ .Values.postgresql.db }}
- name: CLUSTER_NAME_LABEL
value: {{ (.Values.postgresql.logicalBackup).pgOperatorClusterName | default "api-postgresql" }}
- name: AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit f5639ca

Please sign in to comment.