Add missing quotes in errorpages k8s example yaml
This commit is contained in:
parent
5487015a83
commit
ac8e47579b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ metadata:
|
|||
spec:
|
||||
errors:
|
||||
status:
|
||||
- 500-599
|
||||
- "500-599"
|
||||
query: /{status}.html
|
||||
service:
|
||||
name: whoami
|
||||
|
|
Loading…
Reference in a new issue