|
|
|
@ -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 }}
|
|
|
|
|