File only

This commit is contained in:
2025-07-08 21:52:41 +01:00
parent 31a4ba8fa9
commit a291bf402a

View File

@@ -31,13 +31,14 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /storage - mountPath: /storage
name: local-path name: local-path
- mountPath: /etc/samba - mountPath: /etc/samba/smb.default
name: samba-config name: samba-config
subPath: smb.default
volumes: volumes:
- name: local-path - name: local-path
hostPath: hostPath:
path: /usr/local/data path: /usr/local/data
type: DirectoryOrCreate type: DirectoryOrCreate
- name: samba-config - name: samba-config
configMap: configMap:
name: samba-config name: samba-config