Skip to content

Commit

Permalink
apps: base: workstation: pod: Mount /home/oleg/.gnupg directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 2, 2024
1 parent ab43b78 commit eec3f13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/base/workstation/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ spec:
name: var-run-shepherd-socket
- mountPath: /home/oleg
name: container-home-oleg
- name: home-oleg-dot-gnupg
mountPath: /home/oleg/.gnupg
- name: home-oleg-dot-cache-ihs
mountPath: /home/oleg/.cache/ihs
- name: home-oleg-dot-config-obs-studio
Expand Down Expand Up @@ -323,6 +325,10 @@ spec:
- emptyDir:
sizeLimit: 4G
name: container-home-oleg
- name: home-oleg-dot-gnupg
hostPath:
path: /home/oleg/.gnupg
type: Directory
- name: home-oleg-dot-cache-ihs
hostPath:
path: /home/oleg/.cache/ihs
Expand Down

0 comments on commit eec3f13

Please sign in to comment.