Skip to content

Commit 90fa709

Browse files
hdurand0710Gopher Bot
authored andcommitted
TEST/MINOR: remove useless index in http_error_rule_list
1 parent 1f761a8 commit 90fa709

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • test/integration/defaults/manifests/acls-and-http-errors

test/integration/defaults/manifests/acls-and-http-errors/defaults.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ spec:
1313
criterion: path
1414
value: /healthz
1515
http_error_rule_list:
16-
- index: 0
17-
status: 503
16+
- status: 503
1817
type: status
19-
- index: 1
20-
status: 404
18+
- status: 404
2119
type: status

0 commit comments

Comments
 (0)