Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 26, 2024
1 parent 3816484 commit ec05ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/templates/octez-rollup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- name: ROLLUP_ADDRESS
value: {{ $v.rollup_address }}
- name: ROLLUP_PREIMAGES_ENDPOINT
values: {{ $v.preimages_endpoins }}
values: {{ $v.preimages_endpoint }}
- name: OPERATORS_PARAMS
value: >
{{- range $key, $value := $v.operators }}
Expand Down
3 changes: 2 additions & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ smartRollupNodes: {}
# rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf
# snapshot_url: https://snapshots.us.tzinit.org/etherlink-ghostnet/eth-ghostnet.snapshot
# node_rpc_url: http://rolling-node-0.rolling-node:8732
# preimages_endpoint: https://snapshots.eu.tzinit.org/etherlink-mainnet/wasm_2_0_0
# annotations: {}
# ingress:
# enabled: false
Expand All @@ -410,6 +411,7 @@ smartRollupNodes: {}
# rollup-node-1:
# mode: observer
# rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf
# preimages_endpoint: https://snapshots.eu.tzinit.org/etherlink-mainnet/wasm_2_0_0
# config: |
# { "smart-rollup-address": "sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf",
# "smart-rollup-node-operator": {}, "rpc-addr": "0.0.0.0",
Expand All @@ -431,7 +433,6 @@ smartRollupNodes: {}
# image:
# name: tezos/tezos:master
# pullPolicy: IfNotPresent
# replicas: 2
# annotations: {}
# ingress:
# enabled: false
Expand Down

0 comments on commit ec05ba8

Please sign in to comment.