Skip to content

Commit

Permalink
update helm install jenkins command (aws-samples#329)
Browse files Browse the repository at this point in the history
Jenkins helm chart updated 
It's called 'rbac.create' now (instead if 'rbac.install')
It's also enabled by default
  • Loading branch information
tsahiduek authored and brentley committed May 1, 2019
1 parent 44222b0 commit ef3aaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/jenkins/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manage the drift as you need to update releases
#### Install Jenkins

```
helm install stable/jenkins --set rbac.install=true --name cicd
helm install stable/jenkins --set rbac.create=true --name cicd
```

The output of this command will give you some additional information such as the
Expand Down

0 comments on commit ef3aaad

Please sign in to comment.