We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf837a8 commit f1b734dCopy full SHA for f1b734d
charts/gitploy/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
2
appVersion: "0.5.5"
3
description: A Helm chart for Gitploy
4
name: gitploy
5
-version: 0.2.0
+version: 0.2.1
charts/gitploy/templates/ingress.yaml
@@ -30,9 +30,9 @@ spec:
30
pathType: {{ .pathType }}
31
backend:
32
service:
33
- name: {{ include "gitploy.fullname" . }}
+ name: {{ include "gitploy.fullname" $ }}
34
port:
35
- number: {{ .Values.service.port }}
+ number: {{ $.Values.service.port }}
36
{{- end }}
37
38
0 commit comments