From c8a221a9a7693bb211cca52229627bcb9bdfff35 Mon Sep 17 00:00:00 2001 From: Alexander Overvoorde <60606100+OvervCW@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:56:58 -0700 Subject: [PATCH] Add missing argument for tpl in Helm chart (fix for bug in #16064) (#16068) --- helm/minio/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio/templates/_helpers.tpl b/helm/minio/templates/_helpers.tpl index 3d62c69ed..2fe061d34 100644 --- a/helm/minio/templates/_helpers.tpl +++ b/helm/minio/templates/_helpers.tpl @@ -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