Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 25, 2024
1 parent feeda53 commit 9514e98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/tezos/templates/octez-rollup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -155,7 +155,6 @@ spec:
name: tezos-accounts
securityContext:
fsGroup: 1000
{{- include "tezos.nodeSelectorConfig" $ | indent 6 }}
volumes:
- volume: var-volume
name: var-volume
Expand Down Expand Up @@ -212,5 +211,4 @@ spec:
name: rollup
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 9514e98

Please sign in to comment.