From a75f2bb4c0c1994e91fb16d23fb57e7c82c73313 Mon Sep 17 00:00:00 2001 From: Saurabh Parekh Date: Fri, 27 Sep 2024 01:24:25 -0700 Subject: [PATCH] Drop caBundle from CRDs to support Kubernetes 1.31 --- config/crd/patches/webhook_in_etcdadmclusters.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/crd/patches/webhook_in_etcdadmclusters.yaml b/config/crd/patches/webhook_in_etcdadmclusters.yaml index 14e8be6..93d56a8 100644 --- a/config/crd/patches/webhook_in_etcdadmclusters.yaml +++ b/config/crd/patches/webhook_in_etcdadmclusters.yaml @@ -10,9 +10,6 @@ spec: webhook: conversionReviewVersions: ["v1", "v1beta1"] clientConfig: - # this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank, - # but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager) - caBundle: Cg== service: namespace: system name: webhook-service