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
Dustin Clifford 3 years ago committed by hc-github-team-consul-core
parent 7eac534335
commit 3885dea053

@ -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 }' \

Loading…
Cancel
Save