UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 19ce0281 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Update values.yaml with NPs.nodeCidr bigbang value

parent 0f61d7b0
No related branches found
No related tags found
1 merge request!887Bump Twistlock for defenders NP template & values
Pipeline #475537 passed
......@@ -101,6 +101,10 @@ networkPolicies:
# Must be an IP CIDR range (x.x.x.x/x - ideally with /32 for the specific IP of a single endpoint, broader range for multiple masters/endpoints)
# Used by package NetworkPolicies to allow Kube API access
controlPlaneCidr: 0.0.0.0/0
# -- Node CIDR, defaults to allowing "10.0.0.0/8" "172.16.0.0/12" "192.168.0.0/16" "100.64.0.0/10" networks.
# use `kubectl get nodes -owide` and review the `INTERNAL-IP` column to derive CIDR range.
# Must be an IP CIDR range (x.x.x.x/x - ideally a /16 or /24 to include multiple IPs)
nodeCidr: ""
# ----------------------------------------------------------------------------------------------------------------------
# Istio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment