Skip to content

Commit 4ff4556

Browse files
committed
Remove the invalid caBundle, required for 1.31
Signed-off-by: Maximilian Rink <[email protected]>
1 parent 256f466 commit 4ff4556

7 files changed

+0
-7
lines changed

config/crd/patches/webhook_in_addonproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_bootstrapproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_controlplaneproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_coreproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_infrastructureproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_ipamproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

config/crd/patches/webhook_in_runtimeextensionproviders.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
clientConfig:
1313
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
1414
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
15-
caBundle: Cg==
1615
service:
1716
namespace: system
1817
name: webhook-service

0 commit comments

Comments
 (0)