exactly one of ingress, terminating, or mesh must be configured

i believe mesh should be included in this statement was omitted.
This commit is contained in:
Andy Assareh 2021-10-15 14:15:02 -07:00 committed by GitHub
parent 73351c35dd
commit 8c638217ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ service {
## `gateway` Parameters
Exactly one of `ingress` or `terminating` must be configured.
Exactly one of `ingress`, `terminating`, or `mesh` must be configured.
- `proxy` <code>([proxy]: nil)</code> - Configuration of the Envoy proxy that will
be injected into the task group.