From 0a232d2b65a8a67ef14ca8efe84e608306dd4ad0 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sun, 22 Dec 2024 13:34:36 +0300 Subject: [PATCH] apps: base: archlinux-builder: Fix syntax. --- apps/base/archlinux-builder/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/archlinux-builder/daemonset.yaml b/apps/base/archlinux-builder/daemonset.yaml index fc16b5d12..0678fc8f7 100644 --- a/apps/base/archlinux-builder/daemonset.yaml +++ b/apps/base/archlinux-builder/daemonset.yaml @@ -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: @@ -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