Skip to content

Commit

Permalink
apps: base: workstation: daemonset: Chmod home directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 2, 2024
1 parent 2761a0c commit 33d8674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/base/workstation/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
set -o nounset -o errexit -o pipefail
chown 1000:998 /home/oleg
chmod 0755 /home/oleg
mkdir /home/oleg/.cache
chown 1000:998 /home/oleg/.cache
Expand Down

0 comments on commit 33d8674

Please sign in to comment.