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 eeb75ff64d
commit 2499c55fb7

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: