Skip to content

Commit

Permalink
fix: helm warning when setting NetworkPolicy ingress rule(s) (#3541)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Stephan <sebastian@stephan.li>
Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
  • Loading branch information
sebastian-stephan and ritazh authored Sep 13, 2024
1 parent 8fc3023 commit e32180b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/build/helmify/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ controllerManager:
extraRules: []
networkPolicy:
enabled: false
ingress: { }
ingress: []
# - from:
# - ipBlock:
# cidr: 0.0.0.0/0
Expand Down
2 changes: 1 addition & 1 deletion manifest_staging/charts/gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ controllerManager:
extraRules: []
networkPolicy:
enabled: false
ingress: { }
ingress: []
# - from:
# - ipBlock:
# cidr: 0.0.0.0/0
Expand Down

0 comments on commit e32180b

Please sign in to comment.