diff --git a/timemachine/Chart.yaml b/timemachine/Chart.yaml index 3dd0004..6e9942e 100644 --- a/timemachine/Chart.yaml +++ b/timemachine/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: timemachine description: macOS Time Machine backup server (Samba) based on mbentley/timemachine type: application -version: 0.1.0 +version: 0.1.1 appVersion: "smb" diff --git a/timemachine/templates/deployment.yaml b/timemachine/templates/deployment.yaml index 77fc830..ac7366a 100644 --- a/timemachine/templates/deployment.yaml +++ b/timemachine/templates/deployment.yaml @@ -102,7 +102,7 @@ spec: key: {{ .Values.passwordKey }} volumeMounts: - name: tm - mountPath: /opt/timemachine + mountPath: /opt/{{ .Values.timemachine.username }} - name: run-samba mountPath: /run/samba {{- range .Values.extraShares }}