Skip to content

Commit

Permalink
Update ingress template value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Shapiro authored and DustyShap committed Sep 20, 2022
1 parent 8848eeb commit 9686725
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 9686725

Please sign in to comment.