From 699459963de75f6cf92929c758de533a63aeb1c7 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sun, 22 Sep 2024 12:05:21 +0200 Subject: [PATCH] fix kustomize file for traefik --- traefik/kustomization.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/traefik/kustomization.yaml b/traefik/kustomization.yaml index 772fa8d..d9c8d80 100644 --- a/traefik/kustomization.yaml +++ b/traefik/kustomization.yaml @@ -4,9 +4,8 @@ kind: Kustomization namespace: kube-system resources: -- ./base/000-namespace.yaml -- ./base/001-role-binding.yaml -- ./base/001-cluster-role.yaml -- ./base/002-service-account.yaml -- ./base/003-traefik.yaml -- ./base/003-traefik-services.yaml +- ./base/000-role-binding.yaml +- ./base/000-cluster-role.yaml +- ./base/001-service-account.yaml +- ./base/002-traefik.yaml +- ./base/002-traefik-services.yaml