From 962500c37dfc1aa3c117fe694396d3c70d610bba Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Tue, 21 Apr 2026 15:53:23 +0200 Subject: [PATCH] fix: add sync files to flux-system kustomization --- clusters/matrix/flux-system/kustomization.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/matrix/flux-system/kustomization.yaml b/clusters/matrix/flux-system/kustomization.yaml index 3842229..948d3a4 100644 --- a/clusters/matrix/flux-system/kustomization.yaml +++ b/clusters/matrix/flux-system/kustomization.yaml @@ -1,5 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- gotk-components.yaml -- gotk-sync.yaml + - gotk-components.yaml + - gotk-sync.yaml + - infra-sync.yaml + - production-sync.yaml