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 00e03a5 commit 080d4d0
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 @@ -73,8 +73,6 @@ volumes:[
stage ('test deployment') {

container('helm') {
//ensures that helm is initialised in cluster with appropriate credentials before continuing
sh "helm init --wait --service-account tiller"
// run helm chart linter
pipeline.helmLint(chart_dir)

Expand Down

0 comments on commit 080d4d0

Please sign in to comment.