Skip to content

Commit 0d54ff1

Browse files
authored
[fix] Reference global values when grabbing multiplayer name in ingress (#213)
1 parent 6ccb451 commit 0d54ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/retool/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: retool
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 6.4.0
5+
version: 6.4.1
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/ingress.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
{{- end }}
4040
backend:
4141
service:
42-
name: {{ template "retool.multiplayer.name" . }}
42+
name: {{ template "retool.multiplayer.name" $ }}
4343
port:
4444
number: {{ .port }}
4545
{{- end }}
@@ -75,7 +75,7 @@ spec:
7575
{{- end }}
7676
backend:
7777
service:
78-
name: {{ template "retool.multiplayer.name" . }}
78+
name: {{ template "retool.multiplayer.name" $ }}
7979
port:
8080
number: {{ .port }}
8181
{{- end }}

0 commit comments

Comments
 (0)