Skip to content

Commit

Permalink
k8s: Fix pathType at ingress resources. #1885
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Feb 15, 2022
1 parent 0c3d901 commit f75a5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
paths:
{{- range $paths }}
- path: {{ . }}
pathType: Exact
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
paths:
{{- range $paths }}
- path: {{ . }}
pathType: Exact
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
Expand Down

0 comments on commit f75a5cb

Please sign in to comment.