We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae43eb commit 279a8f0Copy full SHA for 279a8f0
charts/op-node/templates/statefulset.yaml
@@ -194,7 +194,7 @@ spec:
194
{{- if .Values.config.p2p.noDiscovery }}
195
--p2p.no-discovery \
196
{{- end }}
197
- {{- with .Values.config.netrestrict }}
+ {{- with .Values.config.p2p.netrestrict }}
198
--netrestrict={{ join "," . }} \
199
200
--p2p.priv.path=$datadir/opnode_p2p_priv.txt \
0 commit comments