refactor
This commit is contained in:
parent
ef3b1d1ed6
commit
f5dc4b9204
|
|
@ -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
|
|
||||||
|
|
@ -3,4 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- kimaisecrets.yaml
|
- kimaisecrets.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- contabosecrets.yaml
|
- velerosecrets.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue