UNCLASSIFIED

Commit f67baf9e authored by michaelmcleroy's avatar michaelmcleroy
Browse files

fix: updated control plane cidr

parent e5e70067
Pipeline #365664 passed with stages
in 1 minute and 39 seconds
......@@ -156,3 +156,5 @@ values:
networkPolicies:
enabled: false
# See `kubectl cluster-info` and then resolve to IP
controlPlaneCidr: 0.0.0.0/0
\ No newline at end of file
......@@ -3,3 +3,4 @@ imagePullSecrets:
networkPolicies:
enabled: true
controlPlaneCidr: 172.16.0.0/12
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment