Skip to content

Commit

Permalink
fix(helm): added required mandatory fake values for helm install ci t…
Browse files Browse the repository at this point in the history
…est to pass
  • Loading branch information
idan-starkware committed Jul 16, 2024
1 parent b249951 commit 1dc1db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ node:
concurrentFgRequests: 50

# Ethereum node URL. A value for this variable is mandatory.
base_layer_node_url:
base_layer_node_url: https://base_url.example.com

starknet:
# possible values: "mainnet.json, sepolia_testnet" and "sepolia_integration".
preset: mainnet.json

p2p:
enabled: true
enabled: false
# Set to true if node act as bootstrap server
bootstrap: false
# General config
Expand Down Expand Up @@ -93,7 +93,7 @@ service:
# Persistent volume claim variables for a papyrus pod.
pvc:
# Recommended size is at least 512Gi.
size:
size: 1Gi
# Is is recommended to use an SSD volume (such as GKE premium-rwo).
storageClass: ""
# Use an existing snapshot for the node's data. The kubernetes volumesnapshot object should
Expand Down

0 comments on commit 1dc1db8

Please sign in to comment.