Skip to content

Commit

Permalink
fixed flag for tls ca cert option in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson authored and Colin Dickson committed Apr 19, 2018
1 parent 80bd904 commit b0eb40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/securing_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ If these steps are followed, an example `helm init` command might look something
$ helm init \
--tiller-tls \
--tiller-tls-verify \
--tiller-tls-ca-cert=ca.pem \
--tiller-tls-cert=cert.pem \
--tiller-tls-key=key.pem \
--service-account=accountname
--tls-ca-cert=ca.pem \
--service-account=accountname
```

This command will start Tiller with both strong authentication over gRPC, and a service account to which RBAC policies have been applied.
Expand Down

0 comments on commit b0eb40b

Please sign in to comment.