From 1657151699c046fbc43d9aac7918e5390fe48f7e Mon Sep 17 00:00:00 2001 From: Eamon Keane Date: Tue, 27 Feb 2018 22:27:36 +0000 Subject: [PATCH] removed helm init wait --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6e65a3b..9ac5bd1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -131,8 +131,6 @@ volumes:[ if (env.BRANCH_NAME =~ "PR-*" ) { stage ('deploy to k8s') { container('helm') { - //ensures that helm is initialised in cluster with appropriate credentials before continuing - sh "helm init --wait --service-account tiller" // Deploy using Helm chart pipeline.helmDeploy( dry_run : false,