feat: switch to backblaze
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16s
render-manifests / render-manifests (pull_request) Successful in 1m19s

This commit is contained in:
2026-05-04 20:41:55 -05:00
parent ecbe69acb4
commit ae042d09d0
2 changed files with 8 additions and 8 deletions

View File

@@ -32,12 +32,12 @@ spec:
data:
- secretKey: access
remoteRef:
key: /digital-ocean/home-infra/mariadb-backups
property: AWS_ACCESS_KEY_ID
key: /backblaze/home-infra/mariadb-backups
property: ACCESS_KEY_ID
- secretKey: secret
remoteRef:
key: /digital-ocean/home-infra/mariadb-backups
property: AWS_SECRET_ACCESS_KEY
key: /backblaze/home-infra/mariadb-backups
property: ACCESS_SECRET_KEY
---
apiVersion: external-secrets.io/v1