Skip to content

Commit

Permalink
fix: fixed typo on ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mels committed May 20, 2024
1 parent d8f81e6 commit 643245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/onechart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
paths:
{{- range .ingress.paths }}
- path: {{ .path | quote }}
pathType: {{ .ingress.pathType | default "Prefix" | quote }}
pathType: {{ .pathType | default "Prefix" | quote }}
backend:
service:
name: {{ $robustName }}
Expand Down

0 comments on commit 643245a

Please sign in to comment.