Merge pull request #186 from 3dwardch3ng/app/homer
fix mount volume permission
This commit is contained in:
@@ -36,10 +36,3 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/homer/www/assets
|
path: /mnt/nfs/AppData/homer/www/assets
|
||||||
type: Directory
|
type: Directory
|
||||||
initContainers:
|
|
||||||
- name: volume-mount-permissions
|
|
||||||
image: b4bz/homer:v24.05.1
|
|
||||||
command: [ "sh", "-c", "chown -R 0:0 /www/assets" ]
|
|
||||||
volumeMounts:
|
|
||||||
- name: assets
|
|
||||||
mountPath: /www/assets
|
|
||||||
|
|||||||
Reference in New Issue
Block a user