Skip to content

Commit

Permalink
Pathtype added
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Apr 1, 2021
1 parent ad7f0b2 commit 683a9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.4.1
version: 2.4.2
2 changes: 2 additions & 0 deletions helm-library/templates/_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
{{- end }}
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ required (printf $requiredMsg "name") .Values.name | quote }}
Expand All @@ -40,6 +41,7 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ required (printf $requiredMsg "name") .Values.name | quote }}
Expand Down

0 comments on commit 683a9a8

Please sign in to comment.