From d6200f8d485340635289fa0009173018af4aac67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Kroupa?= Date: Mon, 13 May 2024 22:27:29 +0200 Subject: [PATCH] fix: Add BackendLBPolicy to experimental kustomization (#3083) Kustomization does not install this new CRD because it is not on the list of resources. --- config/crd/experimental/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/crd/experimental/kustomization.yaml b/config/crd/experimental/kustomization.yaml index ffb20d3bcf..c2e89bc568 100644 --- a/config/crd/experimental/kustomization.yaml +++ b/config/crd/experimental/kustomization.yaml @@ -8,4 +8,4 @@ resources: - gateway.networking.k8s.io_udproutes.yaml - gateway.networking.k8s.io_grpcroutes.yaml - gateway.networking.k8s.io_backendtlspolicies.yaml - +- gateway.networking.k8s.io_backendlbpolicies.yaml