master
Marius Ensrud 3 years ago
parent 55458afc7f
commit 7c5d4c5f8f

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

Loading…
Cancel
Save