Skip to content

Commit

Permalink
Add env var to deployment (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno authored Apr 24, 2024
1 parent 52d2e35 commit 89b5f4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "./app/start.sh" ]
env:
- name: CHAIN_ID
value: "beta-5.fuel.network"
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 89b5f4c

Please sign in to comment.