From 45075b43b1a81eb36c0f8b56d25325fedc115c00 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 21 Jan 2022 00:51:41 +0100 Subject: [PATCH] fix(flux-system): Fix wrong patch definition --- clusters/k8s01/flux-system/gotk-patches.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/k8s01/flux-system/gotk-patches.yaml b/clusters/k8s01/flux-system/gotk-patches.yaml index 07da354a4..dd662436c 100644 --- a/clusters/k8s01/flux-system/gotk-patches.yaml +++ b/clusters/k8s01/flux-system/gotk-patches.yaml @@ -14,6 +14,7 @@ kind: Kustomization metadata: name: flux-system namespace: flux-system +spec: decryption: provider: sops secretRef: -- GitLab