Skip to content

Commit

Permalink
fix: update ingress template value (#16931)
Browse files Browse the repository at this point in the history
Use $ as the Helm the range macro is used.

Co-authored-by: Dusty Shapiro <dusty@rvvup.com>
  • Loading branch information
DustyShap and Dusty Shapiro committed Sep 22, 2022
1 parent bb39b36 commit 6ddcb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ .Release.Name }}-airbyte-webapp-svc
name: {{ $.Release.Name }}-airbyte-webapp-svc
port:
number: {{ $svcPort }}
{{- else }}
Expand Down

0 comments on commit 6ddcb5d

Please sign in to comment.