From fc126049692a1d15cb5b4747e5fc59e8cee046c7 Mon Sep 17 00:00:00 2001 From: Krystian Marek Date: Tue, 7 Jan 2025 23:35:34 +0100 Subject: [PATCH] rm caBundle Signed-off-by: Krystian Marek --- config/crd/patches/webhook_in_tinkerbellclusters.yaml | 3 --- config/crd/patches/webhook_in_tinkerbellmachines.yaml | 3 --- config/crd/patches/webhook_in_tinkerbellmachinetemplates.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/config/crd/patches/webhook_in_tinkerbellclusters.yaml b/config/crd/patches/webhook_in_tinkerbellclusters.yaml index 13bb1cc7..9796b00e 100644 --- a/config/crd/patches/webhook_in_tinkerbellclusters.yaml +++ b/config/crd/patches/webhook_in_tinkerbellclusters.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_tinkerbellmachines.yaml b/config/crd/patches/webhook_in_tinkerbellmachines.yaml index b4eb158f..ddeb35f1 100644 --- a/config/crd/patches/webhook_in_tinkerbellmachines.yaml +++ b/config/crd/patches/webhook_in_tinkerbellmachines.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_tinkerbellmachinetemplates.yaml b/config/crd/patches/webhook_in_tinkerbellmachinetemplates.yaml index e3b04204..3d03a918 100644 --- a/config/crd/patches/webhook_in_tinkerbellmachinetemplates.yaml +++ b/config/crd/patches/webhook_in_tinkerbellmachinetemplates.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