Add missing argument for tpl in Helm chart (fix for bug in #16064) (#16068)

This commit is contained in:
Alexander Overvoorde
2022-11-15 08:56:58 -07:00
committed by GitHub
parent 91f45c4aa6
commit c8a221a9a7

View File

@@ -166,7 +166,7 @@ Formats volume for MinIO TLS keys and trusted certs
{{- if .Values.tls.enabled }}
- name: cert-secret-volume
secret:
secretName: {{ tpl .Values.tls.certSecret }}
secretName: {{ tpl .Values.tls.certSecret $ }}
items:
- key: {{ .Values.tls.publicCrt }}
path: public.crt