Enable decryption in gotk-sync.yaml
This commit is contained in:
parent
9daa7a9575
commit
0d4c97e3d9
|
@ -25,3 +25,8 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
|
# Support decryption
|
||||||
|
decryption:
|
||||||
|
provider: sops
|
||||||
|
secretRef:
|
||||||
|
name: sops-gpg
|
||||||
|
|
|
@ -3,4 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
- apps.yaml
|
#- apps.yaml
|
||||||
|
|
Loading…
Reference in New Issue