(1.0.7) devops: fix helm scoping in ingress: use $.values for fullname and service.port
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s

This commit is contained in:
Rebecca Valente 2025-09-23 11:26:05 -03:00
parent ae591d6c6c
commit 457604bc0e

View File

@ -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 }}