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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user