From 3837d201ac8b4db6881475701e6c0ac572bd81f0 Mon Sep 17 00:00:00 2001 From: Andrew Kutz <101085+akutz@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:03:56 -0500 Subject: [PATCH] [x-port] Merge pull request #649 from akutz/feature/rm-ca-bundle Remove caBundle from conversion webhook defs --- config/crd/patches/webhook_in_clustervirtualmachineimages.yaml | 3 --- config/crd/patches/webhook_in_virtualmachineclasses.yaml | 3 --- config/crd/patches/webhook_in_virtualmachineimages.yaml | 3 --- .../crd/patches/webhook_in_virtualmachinepublishrequests.yaml | 3 --- config/crd/patches/webhook_in_virtualmachines.yaml | 3 --- config/crd/patches/webhook_in_virtualmachineservices.yaml | 3 --- .../patches/webhook_in_virtualmachinesetresourcepolicies.yaml | 3 --- .../patches/webhook_in_virtualmachinewebconsolerequests.yaml | 3 --- 8 files changed, 24 deletions(-) diff --git a/config/crd/patches/webhook_in_clustervirtualmachineimages.yaml b/config/crd/patches/webhook_in_clustervirtualmachineimages.yaml index ccfc8b48fc..480a3d47c3 100644 --- a/config/crd/patches/webhook_in_clustervirtualmachineimages.yaml +++ b/config/crd/patches/webhook_in_clustervirtualmachineimages.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 diff --git a/config/crd/patches/webhook_in_virtualmachineclasses.yaml b/config/crd/patches/webhook_in_virtualmachineclasses.yaml index c9a001c81c..a08989ae42 100644 --- a/config/crd/patches/webhook_in_virtualmachineclasses.yaml +++ b/config/crd/patches/webhook_in_virtualmachineclasses.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 diff --git a/config/crd/patches/webhook_in_virtualmachineimages.yaml b/config/crd/patches/webhook_in_virtualmachineimages.yaml index 19038e26b3..844a7c5c66 100644 --- a/config/crd/patches/webhook_in_virtualmachineimages.yaml +++ b/config/crd/patches/webhook_in_virtualmachineimages.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 diff --git a/config/crd/patches/webhook_in_virtualmachinepublishrequests.yaml b/config/crd/patches/webhook_in_virtualmachinepublishrequests.yaml index 19985a3afc..7db1830ec0 100644 --- a/config/crd/patches/webhook_in_virtualmachinepublishrequests.yaml +++ b/config/crd/patches/webhook_in_virtualmachinepublishrequests.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 diff --git a/config/crd/patches/webhook_in_virtualmachines.yaml b/config/crd/patches/webhook_in_virtualmachines.yaml index 6126813131..e4b8c00ffc 100644 --- a/config/crd/patches/webhook_in_virtualmachines.yaml +++ b/config/crd/patches/webhook_in_virtualmachines.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 diff --git a/config/crd/patches/webhook_in_virtualmachineservices.yaml b/config/crd/patches/webhook_in_virtualmachineservices.yaml index df57fb93ff..cda715419e 100644 --- a/config/crd/patches/webhook_in_virtualmachineservices.yaml +++ b/config/crd/patches/webhook_in_virtualmachineservices.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 diff --git a/config/crd/patches/webhook_in_virtualmachinesetresourcepolicies.yaml b/config/crd/patches/webhook_in_virtualmachinesetresourcepolicies.yaml index c3caab7177..f2ee9360cd 100644 --- a/config/crd/patches/webhook_in_virtualmachinesetresourcepolicies.yaml +++ b/config/crd/patches/webhook_in_virtualmachinesetresourcepolicies.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 diff --git a/config/crd/patches/webhook_in_virtualmachinewebconsolerequests.yaml b/config/crd/patches/webhook_in_virtualmachinewebconsolerequests.yaml index 094ec0cc0e..4799ceb01b 100644 --- a/config/crd/patches/webhook_in_virtualmachinewebconsolerequests.yaml +++ b/config/crd/patches/webhook_in_virtualmachinewebconsolerequests.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