diff --git a/.drone/helm/chart/templates/ingress.yaml b/.drone/helm/chart/templates/ingress.yaml index 286943d..d35b91e 100644 --- a/.drone/helm/chart/templates/ingress.yaml +++ b/.drone/helm/chart/templates/ingress.yaml @@ -31,6 +31,6 @@ spec: service: name: {{ tpl $.Values.service.name $ }} port: - number: {{ .Values.service.port }} + number: {{ $.Values.service.port }} {{- end }} {{- end }} \ No newline at end of file