From b66a1ea07462f38e5e9ec54426f74e3c7d58e893 Mon Sep 17 00:00:00 2001
From: Noah Costello <noah.m.costello@lmco.com>
Date: Thu, 26 Aug 2021 14:27:06 +0000
Subject: [PATCH] modified comment to show correct location of override for
 enable/disable of networkPolicy

---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 7fa7dcf58a..cb7f5b744f 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -94,7 +94,7 @@ flux:
 
 # -- Global NetworkPolicies settings
 networkPolicies:
-  # -- Toggle all package NetworkPolicies, can disable specific packages with `package.networkPolicies.enabled`
+  # -- Toggle all package NetworkPolicies, can disable specific packages with `package.values.networkPolicies.enabled`
   enabled: true
   # -- Control Plane CIDR, defaults to 0.0.0.0/0, use `kubectl get endpoints -n default kubernetes` to get the CIDR range needed for your cluster
   # 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)
-- 
GitLab