From 04d260df8442abbb3949da4fe9d16e7663e9ae42 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sat, 10 Feb 2024 16:19:53 +0000 Subject: [PATCH] Clean up some naming and namespaces --- clusters/talos/infrastructure.yaml | 2 +- infrastructure/traefik/kustomization.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/infrastructure.yaml index 3dd3148..5d34533 100644 --- a/clusters/talos/infrastructure.yaml +++ b/clusters/talos/infrastructure.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: - name: infra-controllers + name: infrastructure namespace: flux-system spec: interval: 1h diff --git a/infrastructure/traefik/kustomization.yaml b/infrastructure/traefik/kustomization.yaml index c521716..97368c6 100644 --- a/infrastructure/traefik/kustomization.yaml +++ b/infrastructure/traefik/kustomization.yaml @@ -1,6 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: ingress resources: - traefik-repository.yaml - traefik-helm-release.yaml