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:
|
spec:
|
||||||
errors:
|
errors:
|
||||||
status:
|
status:
|
||||||
- 500-599
|
- "500-599"
|
||||||
query: /{status}.html
|
query: /{status}.html
|
||||||
service:
|
service:
|
||||||
name: whoami
|
name: whoami
|
||||||
|
|
Loading…
Add table
Reference in a new issue