File only
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user