diff --git a/charts/tezos/templates/octez-rollup-node.yaml b/charts/tezos/templates/octez-rollup-node.yaml index 69e31c4..cdded85 100644 --- a/charts/tezos/templates/octez-rollup-node.yaml +++ b/charts/tezos/templates/octez-rollup-node.yaml @@ -92,7 +92,7 @@ spec: args: - "-c" - | -{{- else if eq $v.evm.mode "observer" }} +{{- if eq $v.evm.mode "observer" }} {{ tpl ($.Files.Get "scripts/evm-observer.sh") $ | indent 12 }} {{- else if eq $v.evm.mode "sequencer" }} {{ tpl ($.Files.Get "scripts/evm-sequencer.sh") $ | indent 12 }} @@ -155,7 +155,6 @@ spec: name: tezos-accounts securityContext: fsGroup: 1000 -{{- include "tezos.nodeSelectorConfig" $ | indent 6 }} volumes: - volume: var-volume name: var-volume @@ -212,5 +211,4 @@ spec: name: rollup {{- end }} {{- end }} -{{- end }} {{- end }} \ No newline at end of file