From 5e91e8c73b819ce5f3c0eed6fd894a37023f9eb6 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 8 Jul 2022 00:08:23 +0200 Subject: [PATCH] fix(metallb): Add missing CRD installation This patch adds the missing capability to install CRDs as part of the metallb deployement. --- infrastructure/metallb/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/metallb/release.yaml b/infrastructure/metallb/release.yaml index f844a5af4..1598fb664 100644 --- a/infrastructure/metallb/release.yaml +++ b/infrastructure/metallb/release.yaml @@ -14,6 +14,10 @@ spec: namespace: metallb-system version: 0.13.2 interval: 5m + install: + crds: CreateReplace + upgrade: + crds: CreateReplace values: configInline: address-pools: -- GitLab