Skip to content

Commit bc8da79

Browse files
committed
docs: clarify nebula.overlayCidr as reserved for future use
Value is defined but not referenced in any template. Nebula derives overlay IPs from certificates, not config. Retained for planned networkpolicy/tun configuration with updated comment.
1 parent 6fd7e00 commit bc8da79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/disentangle/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ nebula:
106106
pullPolicy: IfNotPresent
107107
# Mode: "lighthouse" or "node"
108108
mode: "node"
109-
# Overlay network CIDR (e.g., 10.42.0.0/16)
109+
# Overlay network CIDR - reserved for future networkpolicy/tun configuration
110110
overlayCidr: "10.42.0.0/16"
111111
# Lighthouse address (ip:port) - required for mode=node
112112
lighthouseAddr: ""

0 commit comments

Comments
 (0)