File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ credential:
1818 valueFrom :
1919 secretKeyRef :
2020 name : {{ template "postgresql.fullname" . }}
21- key : postgresql-password
21+ jsonpath : ' { .data. postgresql-password } '
2222
2323 {{- if .Values.replication.enabled }}
2424 - name : READHOST
@@ -34,13 +34,13 @@ credential:
3434 jsonpath : ' { .spec.ports[?(@.name=="tcp-postgresql")].port }'
3535
3636 - name : REPLICATIONUSERNAME
37- value : {{ include "postgresql.replication.username" . | quote }}
37+ value : {{ template "postgresql.replication.username" . }}
3838
3939 - name : REPLICATIONPASSWORD
4040 valueFrom :
4141 secretKeyRef :
4242 name : {{ template "postgresql.fullname" . }}
43- key : postgresql-replication-password
43+ jsonpath : ' { .data. postgresql-replication-password } '
4444 {{- end }}
4545
4646 {{- if .Values.postgresqlDatabase }}
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ credential:
6060 valueFrom :
6161 secretKeyRef :
6262 name : {{ template "redis.fullname" . }}
63- key : redis-password
63+ jsonpath : ' { .data. redis-password } '
6464 {{- end }}
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ credential:
6060 valueFrom :
6161 secretKeyRef :
6262 name : {{ template "redis.fullname" . }}
63- key : redis-password
63+ jsonpath : ' { .data. redis-password } '
6464 {{- end }}
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ credential:
6060 valueFrom :
6161 secretKeyRef :
6262 name : {{ template "redis.fullname" . }}
63- key : redis-password
63+ jsonpath : ' { .data. redis-password } '
6464 {{- end }}
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ credential:
6060 valueFrom :
6161 secretKeyRef :
6262 name : {{ template "redis.fullname" . }}
63- key : redis-password
63+ jsonpath : ' { .data. redis-password } '
6464 {{- end }}
You can’t perform that action at this time.
0 commit comments