You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update configuration files for network-bootstrapper chart
- Updated biome.jsonc to include linter rules for suspicious code.
- Adjusted package.json to ensure consistent command execution.
- Enhanced README.md with additional options for CLI commands.
- Modified .vscode/settings.json to enforce formatting on save and paste.
- Updated Helm chart files for network-bootstrapper, including values and templates for deployment.
- Refined test cases in build-command.test.ts and output.test.ts to align with new configurations.
Copy file name to clipboardExpand all lines: charts/network/charts/network-bootstrapper/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ A Helm chart for Kubernetes
35
35
| serviceAccount.automount | bool |`true`| Automatically mount the service account token into the pod. |
36
36
| serviceAccount.create | bool |`true`| Whether to create a service account automatically. |
37
37
| serviceAccount.name | string |`""`| Existing service account name to use instead of one generated by the chart. If unset and `serviceAccount.create` is true, a name is derived from the chart fullname. |
| settings.allocations | string |`nil`| Filesystem path, accessible to the job, pointing to a JSON file with initial account allocations. Omit to skip pre-funded accounts. |
40
40
| settings.chainId | int |`nil`| Explicit chain ID applied to the genesis configuration. Defaults to a random value in the 40000-50000 range when omitted. |
41
41
| settings.consensus | string |`nil`| Consensus engine to configure for the network (IBFTv2 or QBFT). Default: "QBFT". |
@@ -44,7 +44,6 @@ A Helm chart for Kubernetes
44
44
| settings.gasLimit | int |`nil`| Genesis block gas limit value expressed in decimal. Default: 9007199254740991. |
45
45
| settings.gasPrice | int |`nil`| Base gas price in wei applied to the chain. Default: 0. |
46
46
| settings.outputType | string |`"kubernetes"`| Destination for generated artefacts: `screen` (stdout), `file` (write to volume), or `kubernetes` (persist as Kubernetes secrets/configmaps). Default: "screen". |
47
-
| settings.rpcNodes | int |`nil`| Number of RPC node definitions included in the output topology. Default: 2. |
48
47
| settings.secondsPerBlock | int |`nil`| Target block time in seconds encoded into genesis. Default: 2. |
49
48
| settings.validators | int |`nil`| Number of validator node definitions the bootstrapper generates. Default: 4. |
50
49
| tolerations | list |`[]`| Kubernetes tolerations assigned to the bootstrapper pod. |
0 commit comments