Skip to content

Commit

Permalink
apps: base: workstation: Create gnupg directory.
Browse files Browse the repository at this point in the history
This commit follows c030f44.
  • Loading branch information
wigust committed Dec 24, 2024
1 parent 5ea5f5b commit 3c23819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/base/workstation/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
mkdir /home/oleg/.cache
chown 1000:998 /home/oleg/.cache
mkdir /home/oleg/.gnupg
chown 1000:998 /home/oleg/.gnupg
mkdir /home/oleg/.config
chown 1000:998 /home/oleg/.config
Expand Down

0 comments on commit 3c23819

Please sign in to comment.