fixed flag for tls ca cert option in the documentation

pull/3929/head
Colin Dickson 7 years ago committed by Colin Dickson
parent 80bd904f1b
commit b0eb40b2ca

@ -95,9 +95,9 @@ 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 \
--tls-ca-cert=ca.pem \
--service-account=accountname
```

Loading…
Cancel
Save