gateway-api: fix the "values" field in the example of httproute

This commit is contained in:
Maël Valais 2021-06-18 18:14:07 +02:00 committed by GitHub
parent fd1eae4f07
commit 5ca210fa60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ Kubernetes cluster before creating `HTTPRoute` objects.
- headers: # [8]
type: Exact # [9]
values: # [10]
- foo: bar
foo: bar
forwardTo: # [11]
- serviceName: whoami # [12]
weight: 1 # [13]