fix: Remove s3 block from rancher-backup HelmRelease values
All checks were successful
Deploy Cluster / Terraform (push) Successful in 49s
Deploy Cluster / Ansible (push) Successful in 6m12s

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.
This commit is contained in:
2026-03-29 23:47:21 +00:00
parent 0ab9418458
commit a7ce3dcc1a

View File

@@ -26,11 +26,3 @@ spec:
values: values:
image: image:
repository: rancher/backup-restore-operator 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