From 0deeaee4ba6f38a061450c11e333fac0b2ff0373 Mon Sep 17 00:00:00 2001 From: "vladimir.pankin" Date: Wed, 11 Dec 2024 21:57:23 +0300 Subject: [PATCH] rm caBundle --- config/crd/patches/webhook_in_gcpclusters.yaml | 3 --- config/crd/patches/webhook_in_gcpclustertemplates.yaml | 3 --- config/crd/patches/webhook_in_gcpmachines.yaml | 3 --- config/crd/patches/webhook_in_gcpmachinetemplates.yaml | 3 --- 4 files changed, 12 deletions(-) diff --git a/config/crd/patches/webhook_in_gcpclusters.yaml b/config/crd/patches/webhook_in_gcpclusters.yaml index e672372fd..81bc17da8 100644 --- a/config/crd/patches/webhook_in_gcpclusters.yaml +++ b/config/crd/patches/webhook_in_gcpclusters.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_gcpclustertemplates.yaml b/config/crd/patches/webhook_in_gcpclustertemplates.yaml index 4965e5387..104db0c03 100644 --- a/config/crd/patches/webhook_in_gcpclustertemplates.yaml +++ b/config/crd/patches/webhook_in_gcpclustertemplates.yaml @@ -9,9 +9,6 @@ spec: strategy: Webhook webhook: 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_gcpmachines.yaml b/config/crd/patches/webhook_in_gcpmachines.yaml index 9e61adeb7..53d7ed083 100644 --- a/config/crd/patches/webhook_in_gcpmachines.yaml +++ b/config/crd/patches/webhook_in_gcpmachines.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_gcpmachinetemplates.yaml b/config/crd/patches/webhook_in_gcpmachinetemplates.yaml index 120fbd882..2dcb874b6 100644 --- a/config/crd/patches/webhook_in_gcpmachinetemplates.yaml +++ b/config/crd/patches/webhook_in_gcpmachinetemplates.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