Skip to content

Commit

Permalink
Always set path type
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 16, 2024
1 parent 8ebf773 commit 7ebf11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm_deploy/laa-access-civil-legal-aid/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ spec:
paths:
{{- range .paths }}
- path: {{ .path }}
{{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
pathType: {{ .pathType }}
{{- end }}
backend:
service:
name: {{ $fullName }}
Expand Down

0 comments on commit 7ebf11c

Please sign in to comment.