Clean up some naming and namespaces

This commit is contained in:
2024-02-10 16:19:53 +00:00
parent 629b3c3d35
commit 04d260df84
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: infra-controllers name: infrastructure
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1h interval: 1h

View File

@@ -1,6 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: ingress
resources: resources:
- traefik-repository.yaml - traefik-repository.yaml
- traefik-helm-release.yaml - traefik-helm-release.yaml