diff --git a/roles/clusterapi/defaults/main.yml b/roles/clusterapi/defaults/main.yml index 912deec3..f5d223cd 100644 --- a/roles/clusterapi/defaults/main.yml +++ b/roles/clusterapi/defaults/main.yml @@ -42,17 +42,6 @@ clusterapi_manifests: # List of patches to apply to the resources in the manifests clusterapi_patches: - # Remove the caBundle from the CAPO custom resource definitions - # It is injected by cert-manager and causes validation issues if set outside of that - # The CAPI CRDs do not have the field set in the manifests that are shipped - # The caBundle exists on every CRD _except_ openstackfloatingippools - - patch: |- - - op: remove - path: /spec/conversion/webhook/clientConfig/caBundle - target: - kind: CustomResourceDefinition - labelSelector: cluster.x-k8s.io/provider=infrastructure-openstack - name: openstack(cluster|machine).* # The manifests contain environment variable substitutions for feature gates that we do not need - patch: |- - op: replace