From a88b9d2911bf90c370276bbef47c5cb171b8d184 Mon Sep 17 00:00:00 2001 From: Sebastian Stephan Date: Thu, 12 Sep 2024 15:02:33 +0200 Subject: [PATCH] fix: helm warning when setting networkpolicy ingress rule(s) Signed-off-by: Sebastian Stephan --- cmd/build/helmify/static/values.yaml | 2 +- manifest_staging/charts/gatekeeper/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/build/helmify/static/values.yaml b/cmd/build/helmify/static/values.yaml index a17db01235c..187322ce9b3 100644 --- a/cmd/build/helmify/static/values.yaml +++ b/cmd/build/helmify/static/values.yaml @@ -224,7 +224,7 @@ controllerManager: extraRules: [] networkPolicy: enabled: false - ingress: { } + ingress: [] # - from: # - ipBlock: # cidr: 0.0.0.0/0 diff --git a/manifest_staging/charts/gatekeeper/values.yaml b/manifest_staging/charts/gatekeeper/values.yaml index a17db01235c..187322ce9b3 100644 --- a/manifest_staging/charts/gatekeeper/values.yaml +++ b/manifest_staging/charts/gatekeeper/values.yaml @@ -224,7 +224,7 @@ controllerManager: extraRules: [] networkPolicy: enabled: false - ingress: { } + ingress: [] # - from: # - ipBlock: # cidr: 0.0.0.0/0