We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea89a4b commit 03bfdaaCopy full SHA for 03bfdaa
Makefile
@@ -368,7 +368,7 @@ install-che-operands: generate manifests download-kustomize download-gateway-res
368
369
# Delete Webhooks since che operator pod is scaled down
370
# It allows creating/updating CheCluster custom resource
371
- if [[ ! "$$($(K8S_CLI) get checluster eclipse-che -n $(ECLIPSE_CHE_NAMESPACE) || false )" ]] || [[ ! "$(DELETE_WEBHOOKS)" == "true" ]]; then
+ if [[ ! "$(DELETE_WEBHOOKS)" == "false" ]]; then
372
$(K8S_CLI) delete validatingwebhookconfiguration org.eclipse.che
373
$(K8S_CLI) delete mutatingwebhookconfiguration org.eclipse.che
374
$(K8S_CLI) patch crd checlusters.org.eclipse.che --patch '{"spec": {"conversion": null}}' --type=merge
0 commit comments