fix: Rename B2 secret keys to match rancher-backup operator expectations
Some checks failed
Deploy Cluster / Terraform (push) Successful in 51s
Deploy Cluster / Ansible (push) Has been cancelled

The operator expects accessKey/secretKey, not aws_access_key_id/aws_secret_access_key.
This commit is contained in:
2026-03-30 00:05:13 +00:00
parent a7ce3dcc1a
commit 2c3a49c2e0
2 changed files with 6 additions and 2 deletions

View File

@@ -26,3 +26,7 @@ spec:
values:
image:
repository: rancher/backup-restore-operator
kubectl:
image:
repository: bitnami/kubectl
tag: "1.34"