From b23feb82390a5bbba3e8304eb8db1e6d59a3a326 Mon Sep 17 00:00:00 2001 From: JethroC Admin Date: Wed, 11 Mar 2026 22:30:51 +1300 Subject: [PATCH] add the sources to kustomization --- clusters/default/flux-system/kustomization.yaml | 1 + infrastructure/sources/kustomization.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 infrastructure/sources/kustomization.yaml diff --git a/clusters/default/flux-system/kustomization.yaml b/clusters/default/flux-system/kustomization.yaml index 120f629..b5254d7 100644 --- a/clusters/default/flux-system/kustomization.yaml +++ b/clusters/default/flux-system/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml +- infrastructuresources.yaml - apps.yaml diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml new file mode 100644 index 0000000..2788309 --- /dev/null +++ b/infrastructure/sources/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- robjuz.yaml