Skip to content
Snippets Groups Projects
Verified Commit 5b687cb2 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(chart): Add pathType to ingress

parent 648ac3f0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ spec:
paths:
{{- range .paths }}
- path: {{ . }}
pathType: Prefix
backend:
service:
name: {{ $fullName }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment