mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
helm: Allow tls.certSecret in chart to be template'd (#16064)
This commit is contained in:
committed by
GitHub
parent
d6bc141bd1
commit
7c5e4da90c
@@ -166,7 +166,7 @@ Formats volume for MinIO TLS keys and trusted certs
|
||||
{{- if .Values.tls.enabled }}
|
||||
- name: cert-secret-volume
|
||||
secret:
|
||||
secretName: {{ .Values.tls.certSecret }}
|
||||
secretName: {{ tpl .Values.tls.certSecret }}
|
||||
items:
|
||||
- key: {{ .Values.tls.publicCrt }}
|
||||
path: public.crt
|
||||
|
||||
Reference in New Issue
Block a user