Skip to content

Commit

Permalink
Correct Helm Chart (#6616)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Klizhentas <[email protected]>
  • Loading branch information
benarent and klizhentas authored Apr 30, 2021
1 parent bb404e4 commit 328baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/kubernetes-access/guides/multiple-clusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ helm repo add teleport https://charts.releases.teleport.dev
# Install Kubernetes agent. It dials back to the Teleport cluster tele.example.com.
$ CLUSTER='cookie'
$ PROXY='tele.example.com:443'
$ helm install teleport-agent teleport-kube-agent --set kubeClusterName=${CLUSTER?}\
$ helm install teleport-agent teleport/teleport-kube-agent --set kubeClusterName=${CLUSTER?}\
--set proxyAddr=${PROXY?} --set authToken=${TOKEN?} --create-namespace --namespace=teleport-agent
```

Expand Down

0 comments on commit 328baeb

Please sign in to comment.