Skip to content

Commit

Permalink
Merge branch 'evm_rollup' into dailynet-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 10, 2023
2 parents 06312ff + 4c8766e commit 2054bdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/tezos/scripts/dal-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ extra_args=""
if [ "${BOOTSTRAP_PROFILE}" == "true" ]; then
extra_args="--bootstrap-profile"
fi
if [ "${ATTESTER_PROFILES}" != "" ]; then
extra_args="${extra_args} --attester-profiles ${ATTESTER_PROFILES}"
fi
if [ "${PUBLIC_ADDR}" != "" ]; then
extra_args="${extra_args} --public-addr ${PUBLIC_ADDR}"
fi
Expand Down
4 changes: 4 additions & 0 deletions charts/tezos/templates/octez-dal-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
- name: BOOTSTRAP_PROFILE
value: "true"
{{- end }}
{{- if $v.attesterProfiles | default false }}
- name: ATTESTER_PROFILES
value: "{{ $v.attesterProfiles }}"
{{- end }}
{{- if $v.publicAddr | default false }}
- name: PUBLIC_ADDR
value: "{{ $v.publicAddr }}"
Expand Down

0 comments on commit 2054bdb

Please sign in to comment.