Alright, another templating issue

This commit is contained in:
DutchEllie 2022-03-12 19:40:30 +01:00
parent 259d97940d
commit f4780c5b9c
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ spec:
pathType: {{ .pathType }}
backend:
service:
name: {{ .Values.service.name }}
name: {{ $.Values.service.name }}
port:
number: 8000
{{- end }}

View File

@ -1,5 +1,6 @@
name: newsite-staging
service: newsite-staging
service:
name: newsite-staging
ingress:
name: newsite-staging
tls: