From 5c304b875c16f77dbd193115d1ac46ce0c16797a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 31 Mar 2025 00:06:45 -0500 Subject: [PATCH] moved gotk references --- infrastructure/flux-system/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/flux-system/kustomization.yaml b/infrastructure/flux-system/kustomization.yaml index 004b361..3842229 100644 --- a/infrastructure/flux-system/kustomization.yaml +++ b/infrastructure/flux-system/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- flux/gotk-components.yaml -- flux/gotk-sync.yaml +- gotk-components.yaml +- gotk-sync.yaml