Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno committed Apr 24, 2024
1 parent 89b5f4c commit 0153e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "./app/start.sh" ]
args:
- "beta-5.fuel.network"
env:
- name: CHAIN_ID
value: "beta-5.fuel.network"
Expand Down

0 comments on commit 0153e0e

Please sign in to comment.