sops...
This commit is contained in:
parent
f241bdaf4d
commit
bc238dba3e
1 changed files with 7 additions and 0 deletions
|
@ -30,8 +30,15 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: valinor
|
name: valinor
|
||||||
|
decryption:
|
||||||
|
provider: sops
|
||||||
|
secretRef:
|
||||||
|
name: sops-age
|
||||||
postBuild:
|
postBuild:
|
||||||
substituteFrom:
|
substituteFrom:
|
||||||
- kind: ConfigMap
|
- kind: ConfigMap
|
||||||
name: cluster-settings
|
name: cluster-settings
|
||||||
optional: false
|
optional: false
|
||||||
|
- kind: Secret
|
||||||
|
name: cluster-secrets
|
||||||
|
optional: false
|
||||||
|
|
Reference in a new issue