Skip to content

Commit

Permalink
Fix Big Bang example NetworkPolicy CIDRs (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff McCoy <[email protected]>
  • Loading branch information
RothAndrew authored and jeff-mccoy committed Oct 11, 2021
1 parent 71ec0fb commit 546fe86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/big-bang/template/bigbang/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ flux:

networkPolicies:
enabled: true
controlPlaneCidr: "10.0.2.15/32"
nodeCidr: "10.0.2.15/32"
# When in prod use a real CIDR. Don't do this, it isn't secure. This is done here since it is a demo and the CIDR changes based on which Linux distro you are running on.
controlPlaneCidr: "0.0.0.0/0"
nodeCidr: "0.0.0.0/0"

istio:
enabled: true
Expand Down

0 comments on commit 546fe86

Please sign in to comment.