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