From 9777925a2ae1e98a3e7ec3923d0b56b7199c7806 Mon Sep 17 00:00:00 2001 From: Dong Gang Date: Thu, 16 Jul 2020 09:10:03 +0800 Subject: [PATCH] fix(create): update the hook name of test-connection pod Signed-off-by: Dong Gang --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index e74761b3f..c036ce37d 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -457,7 +457,7 @@ metadata: labels: {{- include ".labels" . | nindent 4 }} annotations: - "helm.sh/hook": test-success + "helm.sh/hook": test spec: containers: - name: wget