Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 27, 2024
1 parent 2ba3742 commit 8091ebf
Showing 1 changed file with 2 additions and 2 deletions.
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 (quote "keycloak.keycloakx-pgsql.credentials.postgresql.acid.zalan.do") }}"
name: {{ (.Values.postgresql).pass | default "" }}
key: password
- name: PGPORT
value: "{{ .Values.postgresql.port | default 5432 }}"
Expand All @@ -43,7 +43,7 @@ spec:
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: {{ (.Values.postgresql.logicalBackup).s3accesssecretkey }}
name: {{ (.Values.postgresql.logicalBackup).s3accesssecretkey | default "" }}
key: aws-secret-key
- name: PG_VERSION
value: "{{ (.Values.postgresql.logicalBackup).pgversion | default 16 }}"
Expand Down

0 comments on commit 8091ebf

Please sign in to comment.