mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
allow existing secret to add certs script
This commit is contained in:
parent
912fce5121
commit
7f6c90d149
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue