Skip to content

Commit

Permalink
feat: Ignore da node type by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Sep 30, 2024
1 parent 795a76f commit e52024f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions charts/espresso/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@ nodes:
# -- Node name to identify the node in the Espresso's Node Validator Dashboard. The node index will be appended to the node name.
nodeName: ""
# nodeName: "nethermind-sequencer-<region>"
da:
replicaCount: 0
command:
- "sequencer"
- "--"
- "storage-sql"
- "--"
- "http"
- "--"
- "catchup"
- "--"
- "status"
- "--"
- "query"
sqlStorage: true
volumeMount: false
resources:
requests:
memory: "12000Mi"
# da:
# replicaCount: 0
# command:
# - "sequencer"
# - "--"
# - "storage-sql"
# - "--"
# - "http"
# - "--"
# - "catchup"
# - "--"
# - "status"
# - "--"
# - "query"
# sqlStorage: true
# volumeMount: false
# resources:
# requests:
# memory: "12000Mi"
# -- Secrets to be used by the node.
# The secret key must be the same as the one in the Secret resource or ExternalSecret resource.
secrets:

Check failure on line 80 in charts/espresso/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

80:5 [key-duplicates] duplication of key "secrets" in mapping
Expand Down

0 comments on commit e52024f

Please sign in to comment.