docs: Bad External VM Example (#10943)

Adds a missing `\` for continuation in the example command for
connecting an external VM client outside of Kubernetes to the Consul
server cluster.
pull/10954/head^2
Dustin Clifford 2021-08-27 14:38:55 -04:00 committed by hc-github-team-consul-core
parent abdd2bdaab
commit 0ba7eafcee
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Given you have the [official Helm chart](/docs/k8s/helm) installed with the defa
```bash
consul agent \
-advertise="$ADVERTISE_IP" \
-retry-join='provider=k8s label_selector="app=consul,component=server"'
-retry-join='provider=k8s label_selector="app=consul,component=server"' \
-bind=0.0.0.0 \
-hcl='leave_on_terminate = true' \
-hcl='ports { grpc = 8502 }' \