Skip to content

Commit

Permalink
fixup! feat: add local devnet new config files
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Jul 19, 2023
1 parent 341a42f commit f488072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/rollups-validator-node/templates/localnode-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
{{- if .Values.validator.localnode.deployer.command }}
command:
{{- include "tplvalues.render" (dict "value" .Values.validator.localnode.deployer.command "context" $) | nindent 12 }}
{{- end }}
{{- else }}
args:
- create
- --rpc
Expand All @@ -40,6 +40,7 @@ spec:
- /var/opt/cartesi/machine-snapshots/0_0/hash
- --outputFile
- /deployments/localhost/dapp.json
{{- end }}
{{- range .Values.validator.localnode.deployer.args }}
- {{ . | quote}}
{{- end }}
Expand Down

0 comments on commit f488072

Please sign in to comment.