Skip to content

Commit

Permalink
removed helm init wait
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonKeane authored Feb 27, 2018
1 parent 080d4d0 commit 1657151
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1657151

Please sign in to comment.