From d7f8447d39db28de612de482f3c9681f1bdcf811 Mon Sep 17 00:00:00 2001 From: Borja Clemente Date: Tue, 17 Mar 2026 18:00:14 +0100 Subject: [PATCH] fix(conversion): allow conversion webhooks on azure For the upgrade to CAPI 1.11 conversion between v1beta1 and v1beta2 is needed. Signed-off-by: Borja Clemente --- .../hypershift/install/hypershift-install-commands.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-operator/step-registry/hypershift/install/hypershift-install-commands.sh b/ci-operator/step-registry/hypershift/install/hypershift-install-commands.sh index 91f30e6a2ff49..83ac1b3b60ec7 100755 --- a/ci-operator/step-registry/hypershift/install/hypershift-install-commands.sh +++ b/ci-operator/step-registry/hypershift/install/hypershift-install-commands.sh @@ -101,7 +101,6 @@ case "${CLOUD_PROVIDER}" in fi "${HCP_CLI}" install --hypershift-image="${OPERATOR_IMAGE}" \ - --enable-conversion-webhook=false \ ${AZURE_MANAGED_SERVICE_ARGS} \ ${AZURE_EXTERNAL_DNS_ARGS} \ --platform-monitoring=All \