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
feat(charts): add initContainer configuration for TCP checks
- Introduced additional init container configuration in values.yaml for TCP dependency checks.
- Updated comments to ensure clarity and compatibility with helm-docs format.
- Documented new fields including tcpCheck settings, image details, timeout, and resource limits.
Copy file name to clipboardExpand all lines: charts/network/README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,8 @@ A Helm chart for a blockchain network on Kubernetes
21
21
22
22
| Key | Type | Default | Description |
23
23
|-----|------|---------|-------------|
24
-
| extraInitContainers | list |`[]`| Additional init containers appended verbatim to each workload. |
25
-
| global | object |`{"chainId":13456,"networkNodes":{"faucetArtifactPrefix":"besu-faucet","genesisConfigMapName":"besu-genesis","podPrefix":"","serviceName":"","staticNodesConfigMapName":"besu-static-nodes"},"securityContexts":{"container":{},"pod":{}}}`| Global configuration shared across subcharts. |
26
-
| global.chainId | int |`13456`| Chain ID applied when charts omit explicit overrides. |
24
+
| global | object |`{"chainId":null,"networkNodes":{"faucetArtifactPrefix":"besu-faucet","genesisConfigMapName":"besu-genesis","podPrefix":"","serviceName":"","staticNodesConfigMapName":"besu-static-nodes"},"securityContexts":{"container":{},"pod":{}}}`| Global configuration shared across subcharts. |
25
+
| global.chainId | int |`nil`| Chain ID applied when charts omit explicit overrides. |
0 commit comments