fix subpath

master
Marius Ensrud 3 years ago
parent 02972420b9
commit bfdd4b2e4b

@ -46,12 +46,14 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: config-volume
mountPath: /etc/postfix/
mountPath: /etc/postfix/transport
subpath: transport
- name: config-volume
mountPath: /etc/postfix/
mountPath: /etc/postfix/sasl_passwd
subpath: sasl_passwd
- name: config-volume
mountPath: /docker-init.db/update_transport.sh
subpath: update_transport.sh
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

Loading…
Cancel
Save