diff --git a/apps-helm/samba4/templates/deployment.yaml b/apps-helm/samba4/templates/deployment.yaml index 4f59d74..8613200 100644 --- a/apps-helm/samba4/templates/deployment.yaml +++ b/apps-helm/samba4/templates/deployment.yaml @@ -72,7 +72,7 @@ spec: {{- end }} - mountPath: /combined mountPropagation: Bidirectional - name: combineRoot + name: combined {{- end }} - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" @@ -209,6 +209,6 @@ spec: {{- end }} {{ end -}} {{ if .Values.persistence.combineShares }} - - name: combineRoot + - name: combined emptyDir: {} {{ end -}}