Skip to content

Commit

Permalink
Minor fix for missing pathType property (#8244)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mdau committed Feb 20, 2022
1 parent d577206 commit 527361c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/ingress-nginx/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 527361c

Please sign in to comment.