From 8159c6da5c5a792a63ccd80165cacca0839915e5 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 22 May 2024 18:05:53 -0400 Subject: [PATCH] fix: remove manually adding traefik crd --- cluster/crds/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/crds/kustomization.yaml b/cluster/crds/kustomization.yaml index 3142bb8..109d0ee 100644 --- a/cluster/crds/kustomization.yaml +++ b/cluster/crds/kustomization.yaml @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cert-manager -- traefik +#- traefik - metallb - kube-prometheus-stack \ No newline at end of file