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,10 +95,10 @@ If these steps are followed, an example `helm init` command might look something
$ helm init \ $ helm init \
--tiller-tls \ --tiller-tls \
--tiller-tls-verify \ --tiller-tls-verify \
--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 --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. This command will start Tiller with both strong authentication over gRPC, and a service account to which RBAC policies have been applied.

Loading…
Cancel
Save