diff --git a/apps-helm/samba4/templates/deployment.yaml b/apps-helm/samba4/templates/deployment.yaml index ed49dca..8f43fb5 100644 --- a/apps-helm/samba4/templates/deployment.yaml +++ b/apps-helm/samba4/templates/deployment.yaml @@ -118,6 +118,8 @@ spec: {{- end }} - mountPath: /privatepersist name: private + - mountPath: /combined + name: combined {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}