Skip to content

Commit a7fc0fc

Browse files
committed
Ignore resource not found error in conformance cleanup make command
1 parent bd4953e commit a7fc0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ uninstall-nkg: uninstall-k8s-components undo-manifests-update ## Uninstall NKG o
8989

9090
.PHONY: uninstall-k8s-components
9191
uninstall-k8s-components: ## Uninstall installed components on configured kind cluster
92-
kubectl delete -f $(NKG_MANIFEST)
92+
-kubectl delete -f $(NKG_MANIFEST)
9393
./scripts/uninstall-gateway.sh $(GW_API_VERSION)
9494
kubectl delete clusterrole nginx-gateway-provisioner
9595
kubectl delete clusterrolebinding nginx-gateway-provisioner

0 commit comments

Comments
 (0)