Skip to content

Commit

Permalink
Update mina-payout-reports/templates/deployment-web.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: John Marcou <[email protected]>
  • Loading branch information
simisimis and johnmarcou authored Jul 24, 2024
1 parent 986d76d commit 7271161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mina-payout-reports/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7271161

Please sign in to comment.