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.
This commit is contained in:
Dustin Clifford 2021-08-27 14:38:55 -04:00 committed by GitHub
parent 80452fc201
commit c9ff4bfac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }' \