@@ -10,9 +10,9 @@ extraLabels: {}
10
10
# -- Image of Polkadot Node.
11
11
image :
12
12
# -- Image repository
13
- repository : parity/polkadot
13
+ repository :
14
14
# -- Image tag
15
- tag : latest
15
+ tag :
16
16
# -- Image pull policy
17
17
pullPolicy : Always
18
18
# -- Adds `-x` shell option to container.
@@ -147,7 +147,6 @@ ingress:
147
147
# hosts:
148
148
# - chart-example.local
149
149
150
-
151
150
# -- Deploy a substrate node.
152
151
# ref: https://docs.substrate.io/tutorials/v3/private-network/
153
152
node :
@@ -168,7 +167,6 @@ node:
168
167
# -- Can be an int or a %
169
168
maxUnavailable : 1
170
169
171
-
172
170
# -- Node may require custom name for chainspec file.
173
171
# ref: moonbeam https://github.com/PureStake/moonbeam/issues/1104#issuecomment-996787548
174
172
# Note: path should start with /chain-data/ since this folder mount in init container download-chainspec.
@@ -192,7 +190,7 @@ node:
192
190
chainPath :
193
191
# -- Storage class to use for persistent volume
194
192
storageClass : " "
195
- # -- Size of the volume for chain data
193
+ # -- Size of the chain data volume
196
194
volumeSize : 100Gi
197
195
# -- Annotations to add to the volumeClaimTemplates
198
196
annotations : {}
@@ -202,7 +200,7 @@ node:
202
200
# -- Enable chain snapshot restoration
203
201
enabled : false
204
202
# -- Restoration method. One of: gcs, s3, http-single-tar, http-single-tar-lz4, http-filelist
205
- method : gcs
203
+ method : http-filelist
206
204
# -- A URL to download chain backup
207
205
url : " "
208
206
# -- A remote file name containing names of DB file chunks. Appended to `url`
@@ -367,7 +365,7 @@ node:
367
365
# secretName: existing-node-secret
368
366
# secretKey: my-node-key
369
367
370
- # -- Component to inject secrets via annotation of Hashicorp Vault
368
+ # -- Inject secrets via Hashicorp Vault annotations
371
369
# ref: https://www.vaultproject.io/docs/platform/k8s/injector/annotations
372
370
vault :
373
371
# -- Configures the authentication path for the Kubernetes auth method
@@ -404,9 +402,9 @@ node:
404
402
# vaultKey: key
405
403
# vaultKeyAppendPodIndex: false
406
404
407
- # -- If enabled, generate a persistent volume to use for the keys
405
+ # -- If enabled, generate and persist a node-key in the keystore volume
408
406
persistGeneratedNodeKey : false
409
- # -- Name of the secret containig the key
407
+ # -- Node key secret string (this option should be limited to development and testing as it will leak the node key secret in the helm config)
410
408
customNodeKey :
411
409
412
410
# -- Expose metrics via Prometheus format in /metrics endpoint.
0 commit comments