From a7ce3dcc1aa4586fd650de38ae038b9f56865f15 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sun, 29 Mar 2026 23:47:21 +0000 Subject: [PATCH] fix: Remove s3 block from rancher-backup HelmRelease values The S3 config caused the operator to try downloading kubectl, which fails in the container. S3 credentials are correctly configured in the Backup CR and ExternalSecret instead. --- .../addons/rancher-backup/helmrelease-rancher-backup.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml index c8a1404..4cf1529 100644 --- a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml +++ b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml @@ -26,11 +26,3 @@ spec: values: image: repository: rancher/backup-restore-operator - s3: - enabled: true - bucketName: HetznerTerra - endpoint: s3.us-east-005.backblazeb2.com - region: us-east-005 - accessKey: rancher-backup-s3-credentials - secretKey: rancher-backup-s3-credentials - folder: rancher-backups