diff --git a/cluster/flux-system/gotk-sync.yaml b/cluster/flux-system/gotk-sync.yaml index aab4f27..fc43324 100644 --- a/cluster/flux-system/gotk-sync.yaml +++ b/cluster/flux-system/gotk-sync.yaml @@ -25,3 +25,8 @@ spec: sourceRef: kind: GitRepository name: flux-system + # Support decryption + decryption: + provider: sops + secretRef: + name: sops-gpg diff --git a/cluster/flux-system/kustomization.yaml b/cluster/flux-system/kustomization.yaml index 120f629..757ca80 100644 --- a/cluster/flux-system/kustomization.yaml +++ b/cluster/flux-system/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -- apps.yaml +#- apps.yaml