Skip to content

Commit

Permalink
permission
Browse files Browse the repository at this point in the history
  • Loading branch information
archmagece committed Jan 2, 2024
1 parent af61ef3 commit f271bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/nextcloud-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
- name: fmp-volume-permission
image: busybox
imagePullPolicy: IfNotPresent
command: [ 'chown','-R', '33:33', '/var/www/html', {{ .Values.persistence.nextcloudData.mountPath | squote }}, {{ .Values.persistence.nextcloudCustomApps.mountPath | squote }} ]
command: [ 'chown','-R', '33:33', {{ .Values.persistence.nextcloudData.mountPath | squote }}, {{ .Values.persistence.nextcloudCustomApps.mountPath | squote }} ]
securityContext:
runAsUser: 0
privileged: true
Expand Down

0 comments on commit f271bdb

Please sign in to comment.