diff --git a/deploy/templates/cert-manager/crd_webhooks_patch.yaml b/deploy/templates/cert-manager/crd_webhooks_patch.yaml index 653cbd7ec..e176faf94 100644 --- a/deploy/templates/cert-manager/crd_webhooks_patch.yaml +++ b/deploy/templates/cert-manager/crd_webhooks_patch.yaml @@ -17,7 +17,6 @@ spec: path: /convert port: 443 # caBundle will be filled by cert-manager on creation - # caBundle: Cg== --- # Add webhooks to the devfile/api CRDs apiVersion: apiextensions.k8s.io/v1 @@ -38,4 +37,3 @@ spec: path: /convert port: 443 # caBundle will be filled by cert-manager on creation - # caBundle: Cg== diff --git a/deploy/templates/olm/crd_webhooks_patch.yaml b/deploy/templates/olm/crd_webhooks_patch.yaml index 2da725fe1..350601d1c 100644 --- a/deploy/templates/olm/crd_webhooks_patch.yaml +++ b/deploy/templates/olm/crd_webhooks_patch.yaml @@ -15,7 +15,6 @@ spec: path: /convert port: 443 # caBundle will be filled by Service CA operator - # caBundle: Cg== --- # Add webhooks to the devfile/api CRDs apiVersion: apiextensions.k8s.io/v1 @@ -34,4 +33,3 @@ spec: path: /convert port: 443 # caBundle will be filled by Service CA operator - # caBundle: Cg== diff --git a/deploy/templates/service-ca/crd_webhooks_patch.yaml b/deploy/templates/service-ca/crd_webhooks_patch.yaml index 464a65c8f..1f708fe20 100644 --- a/deploy/templates/service-ca/crd_webhooks_patch.yaml +++ b/deploy/templates/service-ca/crd_webhooks_patch.yaml @@ -17,7 +17,6 @@ spec: path: /convert port: 443 # caBundle will be filled by Service CA operator - # caBundle: Cg== --- # Add webhooks to the devfile/api CRDs apiVersion: apiextensions.k8s.io/v1 @@ -38,4 +37,3 @@ spec: path: /convert port: 443 # caBundle will be filled by Service CA operator - # caBundle: Cg==