From 475033f93174a3c3f9dee848700c15892c427a2d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 23:02:57 -0400 Subject: [PATCH] Try to enable metallb crds --- cluster/core/networking/metallb/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/networking/metallb/helm-release.yaml b/cluster/core/networking/metallb/helm-release.yaml index d8552c3..398470a 100644 --- a/cluster/core/networking/metallb/helm-release.yaml +++ b/cluster/core/networking/metallb/helm-release.yaml @@ -28,4 +28,4 @@ spec: crds: CreateReplace values: crds: - enabled: false + enabled: true