Skip to content

Commit 98321bc

Browse files
committed
Update reservation configuration tags in README.md
1 parent 9f8f3f8 commit 98321bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Configuration object defining reservation policies:
5353
```javascript
5454
const RESERVATION_CONFIG = [
5555
{
56-
tag: 'high_slots',
56+
tag: 'editions',
5757
reservation: 'projects/{project}/locations/{location}/reservations/{name}',
5858
actions: [
5959
'project.dataset.table'
6060
]
6161
},
6262
{
63-
tag: 'low_slots',
63+
tag: 'default',
6464
reservation: null,
6565
actions: []
6666
},

0 commit comments

Comments
 (0)