Skip to content

Commit

Permalink
added service account]
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonkey committed Feb 23, 2018
1 parent 05e1b21 commit 1cbc2a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ podTemplate(label: 'jenkins-pipeline', containers: [
containerTemplate(name: 'helm', image: 'dtzar/helm-kubectl:2.8.1', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'kubectl', image: 'lachlanevenson/k8s-kubectl:v1.9.3', command: 'cat', ttyEnabled: true)
],
serviceAccount: 'jenkins-jenkins'
serviceAccount: 'jenkins-jenkins',
volumes:[
hostPathVolume(mountPath: '/var/run/docker.sock', hostPath: '/var/run/docker.sock'),
]){
Expand Down

0 comments on commit 1cbc2a7

Please sign in to comment.