Skip to content

Commit f1b734d

Browse files
author
Noah Lee
authored
Fix the bug of ingress (#9)
1 parent cf837a8 commit f1b734d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitploy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "0.5.5"
33
description: A Helm chart for Gitploy
44
name: gitploy
5-
version: 0.2.0
5+
version: 0.2.1

charts/gitploy/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ spec:
3030
pathType: {{ .pathType }}
3131
backend:
3232
service:
33-
name: {{ include "gitploy.fullname" . }}
33+
name: {{ include "gitploy.fullname" $ }}
3434
port:
35-
number: {{ .Values.service.port }}
35+
number: {{ $.Values.service.port }}
3636
{{- end }}
3737
{{- end }}
3838
{{- end }}

0 commit comments

Comments
 (0)