From 9af42916852eed0c469965c0924a4938c79cd250 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Tue, 11 Nov 2025 21:21:50 +0100 Subject: [PATCH] Fix: Update S3 credentials reference in authentik configuration from authentik-pg-backup-creds to authentik-pg-backups --- apps/authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index e749da4..3301b3a 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -107,10 +107,10 @@ authentik: endpointURL: http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80 s3Credentials: accessKeyId: - name: authentik-pg-backup-creds + name: authentik-pg-backups key: AWS_ACCESS_KEY_ID secretAccessKey: - name: authentik-pg-backup-creds + name: authentik-pg-backups key: AWS_SECRET_ACCESS_KEY wal: compression: bzip2