From ec603bc3ef03123f5d22a415ca6e393a973f12ac Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 5 Mar 2025 14:05:47 +0100 Subject: [PATCH] CAPI-operator: Remove the invalid caBundle (#666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream: - https://github.com/kubernetes-sigs/cluster-api-operator/issues/590 - https://github.com/kubernetes-sigs/cluster-api-operator/pull/591 Signed-off-by: Andrei Kvapil ## Summary by CodeRabbit - **Chores** - Removed an outdated internal configuration setting for webhook communication. This cleanup streamlines the system’s setup while keeping public functionality unchanged. Signed-off-by: Andrei Kvapil --- .../templates/operator-components.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/system/capi-operator/charts/cluster-api-operator/templates/operator-components.yaml b/packages/system/capi-operator/charts/cluster-api-operator/templates/operator-components.yaml index 03b1cec6..117cc91a 100644 --- a/packages/system/capi-operator/charts/cluster-api-operator/templates/operator-components.yaml +++ b/packages/system/capi-operator/charts/cluster-api-operator/templates/operator-components.yaml @@ -13,7 +13,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -1630,7 +1629,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -4832,7 +4830,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -8037,7 +8034,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -11239,7 +11235,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -14444,7 +14439,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}' @@ -16061,7 +16055,6 @@ spec: strategy: Webhook webhook: clientConfig: - caBundle: Cg== service: name: capi-operator-webhook-service namespace: '{{ .Release.Namespace }}'