From ec5e321bb9d8439267c2d200b34208431b438f44 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sat, 10 Feb 2024 17:33:16 +0000 Subject: [PATCH] Remove folder structure --- clusters/talos/infrastructure.yaml | 3 +++ infrastructure/kustomization.yaml | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/infrastructure.yaml index 2ea6e9f..c75767b 100644 --- a/clusters/talos/infrastructure.yaml +++ b/clusters/talos/infrastructure.yaml @@ -1,5 +1,8 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization +metadata: + name: infrastructure + namespace: flux-system spec: interval: 1h retryInterval: 1m diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index bac383c..ca151ea 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -1,6 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ingress-namespace.yaml -- cilium -- traefik +- ingress-namespace.yaml \ No newline at end of file