Add missing quotes in errorpages k8s example yaml

This commit is contained in:
Icelyn Jennings 2020-12-16 15:20:04 +01:00 committed by GitHub
parent 5487015a83
commit ac8e47579b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ metadata:
spec:
errors:
status:
- 500-599
- "500-599"
query: /{status}.html
service:
name: whoami