From de204fd58a3a4a56044473cb6cac70c65ae310cc Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 19 Jul 2022 12:34:10 +0200 Subject: [PATCH] re-enable crds --- flux/cluster/core/networking/metallb/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux/cluster/core/networking/metallb/kustomization.yaml b/flux/cluster/core/networking/metallb/kustomization.yaml index 4fe8d45..806406f 100644 --- a/flux/cluster/core/networking/metallb/kustomization.yaml +++ b/flux/cluster/core/networking/metallb/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - helm-release.yaml - # - address-pool.yaml - # - l2advertisement.yaml + - address-pool.yaml + - l2advertisement.yaml