From f0c04f9cc3cf10611cac467ad14033cfff4c58e0 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sun, 6 Jul 2025 12:33:52 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20gotk-components.yaml,=20gotk-s?= =?UTF-8?q?ync.yaml=20=D0=B8=20kustomization.yaml=20=D0=B8=D0=B7=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20Flux.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clusters/t8s-demo/flux-system/kustomization.yaml | 5 ----- .../clusters/t8s-demo/{flux-system => }/gotk-components.yaml | 0 .../clusters/t8s-demo/{flux-system => }/gotk-sync.yaml | 0 3 files changed, 5 deletions(-) delete mode 100644 talos-k8s-flux/clusters/t8s-demo/flux-system/kustomization.yaml rename talos-k8s-flux/clusters/t8s-demo/{flux-system => }/gotk-components.yaml (100%) rename talos-k8s-flux/clusters/t8s-demo/{flux-system => }/gotk-sync.yaml (100%) diff --git a/talos-k8s-flux/clusters/t8s-demo/flux-system/kustomization.yaml b/talos-k8s-flux/clusters/t8s-demo/flux-system/kustomization.yaml deleted file mode 100644 index 3842229..0000000 --- a/talos-k8s-flux/clusters/t8s-demo/flux-system/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- gotk-components.yaml -- gotk-sync.yaml diff --git a/talos-k8s-flux/clusters/t8s-demo/flux-system/gotk-components.yaml b/talos-k8s-flux/clusters/t8s-demo/gotk-components.yaml similarity index 100% rename from talos-k8s-flux/clusters/t8s-demo/flux-system/gotk-components.yaml rename to talos-k8s-flux/clusters/t8s-demo/gotk-components.yaml diff --git a/talos-k8s-flux/clusters/t8s-demo/flux-system/gotk-sync.yaml b/talos-k8s-flux/clusters/t8s-demo/gotk-sync.yaml similarity index 100% rename from talos-k8s-flux/clusters/t8s-demo/flux-system/gotk-sync.yaml rename to talos-k8s-flux/clusters/t8s-demo/gotk-sync.yaml