From 03665ac01594674ecd81dc26414f27fae0f88416 Mon Sep 17 00:00:00 2001 From: Mathis Date: Sun, 24 Mar 2024 17:05:07 +0000 Subject: [PATCH] Fix restic password key --- 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 17c2d6d..d8a4192 100644 --- a/apps/gitea/restic/cronjob.yaml +++ b/apps/gitea/restic/cronjob.yaml @@ -34,7 +34,7 @@ spec: valueFrom: secretKeyRef: name: gitea-postgresql - key: postgres-password + key: password volumeMounts: - name: restic-backup-vol mountPath: /backup