diff --git a/clusters/kairos/samba-server/deployment.yaml b/clusters/kairos/samba-server/deployment.yaml index 59e964b..c3fe984 100644 --- a/clusters/kairos/samba-server/deployment.yaml +++ b/clusters/kairos/samba-server/deployment.yaml @@ -31,13 +31,14 @@ spec: volumeMounts: - mountPath: /storage name: local-path - - mountPath: /etc/samba + - mountPath: /etc/samba/smb.default name: samba-config + subPath: smb.default volumes: - name: local-path hostPath: path: /usr/local/data type: DirectoryOrCreate - name: samba-config - configMap: - name: samba-config \ No newline at end of file + configMap: + name: samba-config