diff --git a/mina-payout-reports/templates/deployment-web.yaml b/mina-payout-reports/templates/deployment-web.yaml index 4caeb38a..c36a88c9 100644 --- a/mina-payout-reports/templates/deployment-web.yaml +++ b/mina-payout-reports/templates/deployment-web.yaml @@ -34,7 +34,7 @@ spec: imagePullPolicy: {{ .image.pullPolicy }} env: - name: REACT_APP_API_URL - value: "{{ include "mina-payout-reports.fullname" . }}-api:{{ $.Values.payoutReportsApi.service.port }}" + value: "{{ include "mina-payout-reports.fullname" $ }}-api:{{ $.Values.payoutReportsApi.service.port }}" {{- if .extraEnvVars }} {{- toYaml .extraEnvVars | nindent 12 }} {{- end }}