Skip to content

Commit 279a8f0

Browse files
committed
p2p
1 parent 0ae43eb commit 279a8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/op-node/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
{{- if .Values.config.p2p.noDiscovery }}
195195
--p2p.no-discovery \
196196
{{- end }}
197-
{{- with .Values.config.netrestrict }}
197+
{{- with .Values.config.p2p.netrestrict }}
198198
--netrestrict={{ join "," . }} \
199199
{{- end }}
200200
--p2p.priv.path=$datadir/opnode_p2p_priv.txt \

0 commit comments

Comments
 (0)