Skip to content

Commit

Permalink
REMOVE: needed duplicate parameter, should be fixed on next RC release
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Nov 13, 2023
1 parent 7f800f9 commit 8639bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/rollups-node/ci/localnode-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extraDeploy:
SC_GRPC_ENDPOINT: 'http://{{ include "validator.fullname" . }}-state-server:50051'
TX_CHAIN_IS_LEGACY: "false"
SC_DEFAULT_CONFIRMATIONS: "1"
AUTH_MNEMONIC_FILE: "/var/run/secrets/mnemonic/MNEMONIC"
- apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
1 change: 1 addition & 0 deletions charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extraDeploy:
SC_GRPC_ENDPOINT: 'http://{{ include "validator.fullname" . }}-state-server:50051'
TX_CHAIN_IS_LEGACY: "false"
SC_DEFAULT_CONFIRMATIONS: "1"
AUTH_MNEMONIC_FILE: "/var/run/secrets/mnemonic/MNEMONIC"
- apiVersion: v1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 8639bfa

Please sign in to comment.