From 6b9cb13f6521ef407c8b5720c55063eb4bde9b3b Mon Sep 17 00:00:00 2001 From: Jethro Date: Thu, 19 Mar 2026 21:14:02 +1300 Subject: [PATCH] commit --- infrastructure/velero/contabosecret.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 infrastructure/velero/contabosecret.yaml diff --git a/infrastructure/velero/contabosecret.yaml b/infrastructure/velero/contabosecret.yaml new file mode 100644 index 0000000..ecfee97 --- /dev/null +++ b/infrastructure/velero/contabosecret.yaml @@ -0,0 +1,20 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: contabo-s3-creds + namespace: backups +spec: + refreshInterval: 1h + secretStoreRef: + name: your-secret-store + kind: ClusterSecretStore + target: + name: contabo-s3-creds + creationPolicy: Owner + data: + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + key: contabo-access-key + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + key: contabo-secret-key \ No newline at end of file