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 2054bdb + bd10f33 commit fca4b79
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 @@ -13,6 +13,9 @@ fi
if [ "${ATTESTER_PROFILES}" != "" ]; then
extra_args="${extra_args} --attester-profiles ${ATTESTER_PROFILES}"
fi
if [ "${PEER}" != "" ]; then
extra_args="${extra_args} --peer ${PEER}"
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 @@ -60,6 +60,10 @@ spec:
- name: ATTESTER_PROFILES
value: "{{ $v.attesterProfiles }}"
{{- end }}
{{- if $v.peer | default false }}
- name: PEER
value: "{{ $v.peer }}"
{{- end }}
{{- if $v.publicAddr | default false }}
- name: PUBLIC_ADDR
value: "{{ $v.publicAddr }}"
Expand Down

0 comments on commit fca4b79

Please sign in to comment.