From 9ac28412084a01bf74d6d0f7c8268fa148ee0975 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 4fe8d45b..806406f7 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