Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh authored Apr 24, 2024
1 parent 0153e0e commit 6575b30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "./app/start.sh" ]
args:
- "beta-5.fuel.network"
args: ['{{ .Values.app.chain_id }}']
env:
- name: CHAIN_ID
value: "beta-5.fuel.network"
value: {{ .Values.app.chain_id }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 6575b30

Please sign in to comment.