33 lines
730 B
YAML
33 lines
730 B
YAML
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
|