Skip to content

Commit

Permalink
fix stand-in text for name field
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Jul 6, 2023
1 parent ada3938 commit 7f8d860
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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": {
Expand All @@ -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:
Expand Down

0 comments on commit 7f8d860

Please sign in to comment.