changes
This commit is contained in:
parent
6f4fc355ba
commit
fe43c1be02
|
|
@ -2,27 +2,26 @@ apiVersion: external-secrets.io/v1
|
|||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: contabo-secrets
|
||||
namespace: backups
|
||||
namespace: velero
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: bitwarden
|
||||
kind: ClusterSecretStore
|
||||
|
||||
target:
|
||||
name: contabo-secrets
|
||||
creationPolicy: Owner
|
||||
template:
|
||||
engineVersion: v2
|
||||
mergePolicy: Merge
|
||||
data:
|
||||
cloud: |
|
||||
[default]
|
||||
aws_access_key_id={{ .contabo-client-id }}
|
||||
aws_secret_access_key={{ .contabo-client-secret }}
|
||||
|
||||
data:
|
||||
- secretKey: contabo-username
|
||||
remoteRef:
|
||||
key: contabo-username
|
||||
|
||||
- secretKey: contabo-password
|
||||
remoteRef:
|
||||
key: contabo-password
|
||||
|
||||
- secretKey: contabo-client-id
|
||||
remoteRef:
|
||||
key: contabo-client-id
|
||||
|
|
|
|||
32
secrets/contabosecrets.yaml.old
Normal file
32
secrets/contabosecrets.yaml.old
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
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
|
||||
Loading…
Reference in a new issue