From 7dec33d862ce9ce36f692663a75c61513e8e1a6d Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 16 Feb 2024 18:55:56 +0000 Subject: [PATCH] Move infra and apps into flux kustmize --- clusters/talos/{ => flux-system}/apps.yaml | 0 clusters/talos/{ => flux-system}/infrastructure.yaml | 0 clusters/talos/flux-system/kustomization.yaml | 2 ++ clusters/talos/kustomization.yaml | 5 ----- 4 files changed, 2 insertions(+), 5 deletions(-) rename clusters/talos/{ => flux-system}/apps.yaml (100%) rename clusters/talos/{ => flux-system}/infrastructure.yaml (100%) delete mode 100644 clusters/talos/kustomization.yaml diff --git a/clusters/talos/apps.yaml b/clusters/talos/flux-system/apps.yaml similarity index 100% rename from clusters/talos/apps.yaml rename to clusters/talos/flux-system/apps.yaml diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/flux-system/infrastructure.yaml similarity index 100% rename from clusters/talos/infrastructure.yaml rename to clusters/talos/flux-system/infrastructure.yaml diff --git a/clusters/talos/flux-system/kustomization.yaml b/clusters/talos/flux-system/kustomization.yaml index 3842229..b0bca7c 100644 --- a/clusters/talos/flux-system/kustomization.yaml +++ b/clusters/talos/flux-system/kustomization.yaml @@ -3,3 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml +- infrastructure.yaml +- apps.yaml diff --git a/clusters/talos/kustomization.yaml b/clusters/talos/kustomization.yaml deleted file mode 100644 index c3eeac1..0000000 --- a/clusters/talos/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- infrastructure.yaml -- apps.yaml \ No newline at end of file