From 22b671b326f7f60fb815e35ec4c1f5855f2a4a46 Mon Sep 17 00:00:00 2001 From: "vladimir.pankin" Date: Tue, 5 Nov 2024 14:10:49 +0700 Subject: [PATCH] rm caBundle --- config/crd/patches/webhook_in_openstackclusters.yaml | 3 --- config/crd/patches/webhook_in_openstackclustertemplates.yaml | 3 --- config/crd/patches/webhook_in_openstackfloatingippools.yaml | 3 --- config/crd/patches/webhook_in_openstackmachines.yaml | 3 --- config/crd/patches/webhook_in_openstackmachinetemplates.yaml | 3 --- 5 files changed, 15 deletions(-) diff --git a/config/crd/patches/webhook_in_openstackclusters.yaml b/config/crd/patches/webhook_in_openstackclusters.yaml index e783329806..62940a4368 100644 --- a/config/crd/patches/webhook_in_openstackclusters.yaml +++ b/config/crd/patches/webhook_in_openstackclusters.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_openstackclustertemplates.yaml b/config/crd/patches/webhook_in_openstackclustertemplates.yaml index 03a53928b9..2f35646500 100644 --- a/config/crd/patches/webhook_in_openstackclustertemplates.yaml +++ b/config/crd/patches/webhook_in_openstackclustertemplates.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_openstackfloatingippools.yaml b/config/crd/patches/webhook_in_openstackfloatingippools.yaml index abe4d216dc..a7491dfa62 100644 --- a/config/crd/patches/webhook_in_openstackfloatingippools.yaml +++ b/config/crd/patches/webhook_in_openstackfloatingippools.yaml @@ -8,9 +8,6 @@ spec: conversion: strategy: Webhook webhookClientConfig: - # 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_openstackmachines.yaml b/config/crd/patches/webhook_in_openstackmachines.yaml index 37e5bf24a9..39cf356d12 100644 --- a/config/crd/patches/webhook_in_openstackmachines.yaml +++ b/config/crd/patches/webhook_in_openstackmachines.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_openstackmachinetemplates.yaml b/config/crd/patches/webhook_in_openstackmachinetemplates.yaml index ed620b7fd5..d6421b11f8 100644 --- a/config/crd/patches/webhook_in_openstackmachinetemplates.yaml +++ b/config/crd/patches/webhook_in_openstackmachinetemplates.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