Minor fix for missing pathType property (#8244)

This commit is contained in:
Romain Dauby 2022-02-20 16:14:11 -05:00 committed by GitHub
parent d5772069e8
commit 527361c8eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,8 @@ An example Ingress that makes use of the controller:
- host: www.example.com
http:
paths:
- backend:
- pathType: Prefix
backend:
service:
name: exampleService
port: