From baba6323db5178359b4cce3b065ff7a37122445c Mon Sep 17 00:00:00 2001 From: Mathis Date: Sat, 10 Feb 2024 22:48:03 +0000 Subject: [PATCH] Fix wrong restic spec --- apps/gitea/restic/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/restic/cronjob.yaml b/apps/gitea/restic/cronjob.yaml index eb7a21e..17c2d6d 100644 --- a/apps/gitea/restic/cronjob.yaml +++ b/apps/gitea/restic/cronjob.yaml @@ -11,6 +11,7 @@ spec: spec: serviceAccountName: restic-sa + hostname: restic-cronjob volumes: - name: gitea-data @@ -40,7 +41,6 @@ spec: containers: - name: restic-container - hostname: restic-cronjob image: git.namesny.com/cluster/restic:latest imagePullPolicy: Always command: ["/bin/sh", "/app/backup.sh"]