From 0d4c97e3d94eb8f3f4966c040ae97d3e813aba6c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 13:53:20 -0400 Subject: [PATCH] Enable decryption in gotk-sync.yaml --- cluster/flux-system/gotk-sync.yaml | 5 +++++ cluster/flux-system/kustomization.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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