mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/postgresql] Fix TLS by removing faulty white trimming in cronjob.yaml (#24239)
* refactor: Remove white trimming in cronjob.yaml Signed-off-by: Juro Oravec <juraj.oravec.josefson@gmail.com> * Update Chart.yaml Signed-off-by: Juro Oravec <juraj.oravec.josefson@gmail.com> --------- Signed-off-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ spec:
|
||||
{{- if .Values.tls.autoGenerated }}
|
||||
value: /tmp/certs/ca.crt
|
||||
{{- else }}
|
||||
value: {{- printf "/tmp/certs/%s" .Values.tls.certCAFilename -}}
|
||||
value: {{ printf "/tmp/certs/%s" .Values.tls.certCAFilename }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
command: {{- include "common.tplvalues.render" (dict "value" .Values.backup.cronjob.command "context" $) | nindent 14 }}
|
||||
|
||||
Reference in New Issue
Block a user