From 7c5d4c5f8ff7a488b4b41bc468e6b8f092aa94fc Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Fri, 10 Feb 2023 18:33:40 +0100 Subject: [PATCH] subPath --- charts/mail-relay/0.2.0/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mail-relay/0.2.0/templates/deployment.yaml b/charts/mail-relay/0.2.0/templates/deployment.yaml index e4b19f1..ca7e34f 100644 --- a/charts/mail-relay/0.2.0/templates/deployment.yaml +++ b/charts/mail-relay/0.2.0/templates/deployment.yaml @@ -47,13 +47,13 @@ spec: volumeMounts: - name: config-volume mountPath: /etc/postfix/transport - subpath: transport + subPath: transport - name: config-volume mountPath: /etc/postfix/sasl_passwd - subpath: sasl_passwd + subPath: sasl_passwd - name: config-volume mountPath: /docker-init.db/update_transport.sh - subpath: update_transport.sh + subPath: update_transport.sh {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}