diff --git a/charts/wordpress-helm/templates/ingress.yaml b/charts/wordpress-helm/templates/ingress.yaml index 5db60a4..674698e 100644 --- a/charts/wordpress-helm/templates/ingress.yaml +++ b/charts/wordpress-helm/templates/ingress.yaml @@ -33,9 +33,9 @@ spec: pathType: {{ .pathType }} backend: service: - name: {{ .Values.fullname }} + name: {{ $.Values.fullname }} port: - number: {{ .Values.service.port }} + number: {{ $.Values.service.port }} {{- end }} {{- end }} {{- end }}