Skip to content

Commit

Permalink
apps: base: archlinux-builder: Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 22, 2024
1 parent af09523 commit 0a232d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base/archlinux-builder/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: archlinux-run
- mountPath: /tmp
name: archlinux-tmp
- name: home-oleg-ssh-authorized_keys
- name: home-oleg-ssh-authorized-keys
mountPath: /home/oleg/.ssh/authorized_keys
readOnly: true
volumes:
Expand All @@ -64,7 +64,7 @@ spec:
medium: Memory
sizeLimit: 512M
name: archlinux-run
- name: home-oleg-ssh-authorized_keys
- name: home-oleg-ssh-authorized-keys
hostPath:
path: /home/oleg/.ssh/authorized_keys
type: File

0 comments on commit 0a232d2

Please sign in to comment.