Commit ffc76861 authored by Jonathan Hall's avatar Jonathan Hall

Fix bash example

parent 0d12288e
...@@ -92,12 +92,12 @@ If these steps are followed, an example `helm init` command might look something ...@@ -92,12 +92,12 @@ If these steps are followed, an example `helm init` command might look something
```bash ```bash
$ helm init \ $ helm init \
–tiller-tls \ --tiller-tls \
–tiller-tls-verify \ --tiller-tls-verify \
–tiller-tls-ca-cert=ca.pem \ --tiller-tls-ca-cert=ca.pem \
–tiller-tls-cert=cert.pem \ --tiller-tls-cert=cert.pem \
–tiller-tls-key=key.pem \ --tiller-tls-key=key.pem \
service-account=accountname --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. This command will start Tiller with both strong authentication over gRPC, and a service account to which RBAC policies have been applied.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment