Skip to content

Commit

Permalink
Be much more selective when changing ownership and access rights
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed May 13, 2024
1 parent f339dce commit 831aced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/deployment-iipsrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
dnsPolicy: ClusterFirst
initContainers:
- args:
- mkdir -p /data/forIIIF && chown -R 100:82 /data && chmod -R g+w /data
- mkdir -p /data/forIIIF && chown -R 100:82 /data/forIIIF && chmod -R g+w /data/forIIIF
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/deployment-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
dnsPolicy: ClusterFirst
initContainers:
- args:
- mkdir -p /data/upload/md5 && chown -R 100:82 /data/upload && chmod -R g+w /data
- mkdir -p /data/upload/md5 && chown -R 100:82 /data/upload && chmod -R g+w /data/upload
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 831aced

Please sign in to comment.