fix stand-in text for name field

pull/18030/head
trujillo-adam 2023-07-06 08:45:13 -07:00
parent ada3938115
commit 7f8d860bee
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ When every field is defined, a control plane request limit configuration entry h
```hcl
kind = "control-plane-request-limit"
mode = "permissive"
name = "<destination service>"
name = "<name-for-the-entry>"
read_rate = 100
write_rate = 100
kv = {
@ -64,7 +64,7 @@ catalog = {
{
"kind": "control-plane-request-limit",
"mode": "permissive",
"name": "<destination service>",
"name": "<name-for-the-entry>",
"read_rate": 100,
"write_rate": 100,
"kv": {
@ -85,7 +85,7 @@ catalog = {
```yaml
kind: control-plane-request-limit
mode: permissive
name: <destination service>
name: <name-for-the-entry>
read_rate: 100
write_rate: 100
kv: