Skip to content

Commit 56465ee

Browse files
author
Matt Pryor
committed
Remove unnecessary patch of CAPO resources
1 parent b75d9e8 commit 56465ee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

roles/clusterapi/defaults/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,6 @@ clusterapi_manifests:
4242

4343
# List of patches to apply to the resources in the manifests
4444
clusterapi_patches:
45-
# Remove the caBundle from the CAPO custom resource definitions
46-
# It is injected by cert-manager and causes validation issues if set outside of that
47-
# The CAPI CRDs do not have the field set in the manifests that are shipped
48-
# The caBundle exists on every CRD _except_ openstackfloatingippools
49-
- patch: |-
50-
- op: remove
51-
path: /spec/conversion/webhook/clientConfig/caBundle
52-
target:
53-
kind: CustomResourceDefinition
54-
labelSelector: cluster.x-k8s.io/provider=infrastructure-openstack
55-
name: openstack(cluster|machine).*
5645
# The manifests contain environment variable substitutions for feature gates that we do not need
5746
- patch: |-
5847
- op: replace

0 commit comments

Comments
 (0)