This commit is contained in:
j37hr0 2026-03-29 21:53:52 +13:00
parent ef3b1d1ed6
commit f5dc4b9204
3 changed files with 1 additions and 33 deletions

View file

@ -1,32 +0,0 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: contabo-secrets
namespace: backups
spec:
refreshInterval: 1h
secretStoreRef:
name: bitwarden
kind: ClusterSecretStore
target:
name: contabo-secrets
creationPolicy: Owner
template:
engineVersion: v2
mergePolicy: Merge
data:
- secretKey: contabo-username
remoteRef:
key: contabo-username
- secretKey: contabo-password
remoteRef:
key: contabo-password
- secretKey: contabo-client-id
remoteRef:
key: contabo-client-id
- secretKey: contabo-client-secret
remoteRef:
key: contabo-client-secret

View file

@ -3,4 +3,4 @@ kind: Kustomization
resources:
- kimaisecrets.yaml
- namespace.yaml
- contabosecrets.yaml
- velerosecrets.yaml