diff --git a/apps-helm/samba4/templates/deployment.yaml b/apps-helm/samba4/templates/deployment.yaml index ec1857d..0c91ac0 100644 --- a/apps-helm/samba4/templates/deployment.yaml +++ b/apps-helm/samba4/templates/deployment.yaml @@ -71,10 +71,10 @@ spec: - mountPath: /extras/{{ .name }} name: {{ .name }} {{- end }} +{{- end }} - mountPath: /combined mountPropagation: Bidirectional name: combined -{{- end }} - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" command: @@ -211,7 +211,5 @@ spec: claimName: {{ $fullName }}-{{ .name }} {{- end }} {{ end -}} -{{ if .Values.persistence.combineShares }} - name: combined emptyDir: {} -{{ end -}}