Commit 44770f5 1 parent d2b08c7 commit 44770f5 Copy full SHA for 44770f5
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ sources:
45
45
# This is the chart version. This version number should be incremented each time you make changes
46
46
# to the chart and its templates, including the app version.
47
47
# Versions are expected to follow Semantic Versioning (https://semver.org/)
48
- version : 2.20.0
48
+ version : 2.20.1
Original file line number Diff line number Diff line change 2367
2367
"name": "POSTGRESQL_ADMIN_PASSWORD",
2368
2368
"valueFrom": {
2369
2369
"secretKeyRef": {
2370
- "key": "postgres-password ",
2371
- "name": "{{- include \"janus-idp. postgresql.secretName\" . }}"
2370
+ "key": "{{- include \"postgresql.adminPasswordKey\" . }} ",
2371
+ "name": "{{- include \"postgresql.v1 .secretName\" . }}"
2372
2372
}
2373
2373
}
2374
2374
}
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ upstream:
108
108
- name : POSTGRESQL_ADMIN_PASSWORD
109
109
valueFrom :
110
110
secretKeyRef :
111
- key : postgres-password
112
- name : ' {{- include "janus-idp. postgresql.secretName" . }}'
111
+ key : ' {{- include "postgresql.adminPasswordKey" . }} '
112
+ name : ' {{- include "postgresql.v1 .secretName" . }}'
113
113
args :
114
114
# This additional `app-config`` file is generated by the initContainer below, and contains the merged configuration of installed dynamic plugins.
115
115
- ' --config'
@@ -234,7 +234,7 @@ upstream:
234
234
- name : POSTGRESQL_ADMIN_PASSWORD
235
235
valueFrom :
236
236
secretKeyRef :
237
- key : postgres-password
237
+ key : ' {{- include "postgresql.adminPasswordKey" . }} '
238
238
name : ' {{- include "postgresql.v1.secretName" . }}'
239
239
ingress :
240
240
host : " {{ .Values.global.host }}"
You can’t perform that action at this time.
0 commit comments