We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccb451 commit 0d54ff1Copy full SHA for 0d54ff1
charts/retool/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: retool
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 6.4.0
+version: 6.4.1
6
maintainers:
7
- name: Retool Engineering
8
email: [email protected]
charts/retool/templates/ingress.yaml
@@ -39,7 +39,7 @@ spec:
39
{{- end }}
40
backend:
41
service:
42
- name: {{ template "retool.multiplayer.name" . }}
+ name: {{ template "retool.multiplayer.name" $ }}
43
port:
44
number: {{ .port }}
45
@@ -75,7 +75,7 @@ spec:
75
76
77
78
79
80
81
0 commit comments