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