allow existing secret to add certs script

This commit is contained in:
mrskul 2025-07-02 15:17:52 +10:00 committed by GitHub
parent 912fce5121
commit 7f6c90d149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@ spec:
subPath: logrotate.sh
{{- end }}
{{- end }}
{{- if .Values.certs.create }}
{{- if or .Values.certs.create .Values.certs.existingSecret }}
- name: certs
mountPath: /var/run/certs
readOnly: true