From be4ba3a0ff034723c65e5703d26af09005b5cba6 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 14:53:51 +0200 Subject: [PATCH] Remove namespace traefik --- clank/platform/traefik/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/clank/platform/traefik/kustomization.yaml b/clank/platform/traefik/kustomization.yaml index 68afc8a..aed756c 100644 --- a/clank/platform/traefik/kustomization.yaml +++ b/clank/platform/traefik/kustomization.yaml @@ -1,6 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: traefik resources: - helm-chart-config.traefik.yaml - ingress.yaml