Fix init parameter

pull/5432/head^2
JeLuF 7 years ago committed by GitHub
parent a0390f33cc
commit 9b3606e4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ _Note: The cluster-admin role is created by default in a Kubernetes cluster, so
$ kubectl create -f rbac-config.yaml $ kubectl create -f rbac-config.yaml
serviceaccount "tiller" created serviceaccount "tiller" created
clusterrolebinding "tiller" created clusterrolebinding "tiller" created
$ helm init --service-account tiller --max-history 200 $ helm init --service-account tiller --history-max 200
``` ```
### Example: Deploy Tiller in a namespace, restricted to deploying resources only in that namespace ### Example: Deploy Tiller in a namespace, restricted to deploying resources only in that namespace

Loading…
Cancel
Save