Skip to content

Commit 03bfdaa

Browse files
committed
chore: Fix debuging
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent ea89a4b commit 03bfdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ install-che-operands: generate manifests download-kustomize download-gateway-res
368368

369369
# Delete Webhooks since che operator pod is scaled down
370370
# It allows creating/updating CheCluster custom resource
371-
if [[ ! "$$($(K8S_CLI) get checluster eclipse-che -n $(ECLIPSE_CHE_NAMESPACE) || false )" ]] || [[ ! "$(DELETE_WEBHOOKS)" == "true" ]]; then
371+
if [[ ! "$(DELETE_WEBHOOKS)" == "false" ]]; then
372372
$(K8S_CLI) delete validatingwebhookconfiguration org.eclipse.che
373373
$(K8S_CLI) delete mutatingwebhookconfiguration org.eclipse.che
374374
$(K8S_CLI) patch crd checlusters.org.eclipse.che --patch '{"spec": {"conversion": null}}' --type=merge

0 commit comments

Comments
 (0)