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