This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 328f3d3de8529e66f10b87040f66516134b6a825 Author: kezhenxu94 <[email protected]> AuthorDate: Thu Dec 15 20:34:34 2022 +0800 Polish some scripts to fix deployment failure --- deploy/platform/kubernetes/features.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/platform/kubernetes/features.mk b/deploy/platform/kubernetes/features.mk index 65494b1..5f42fa1 100644 --- a/deploy/platform/kubernetes/features.mk +++ b/deploy/platform/kubernetes/features.mk @@ -154,4 +154,4 @@ feature-function: .PHONY: undeploy.feature-function undeploy.feature-function: helm - @helm uninstall openfunction -n openfunction + @helm uninstall openfunction -n openfunction --timeout 20m || kubectl delete namespace openfunction --ignore-not-found --timeout 20m || true
