Skip to content
Snippets Groups Projects
Verified Commit 4b27501a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(starboard): Disable network policies from starboard-exporter

This patch disables the network policies from starboard-exporter in
order to allow other containers remote calls, as the exporter network
policy provides a simple, but in this case harmful, egress policy, that
will prevent any external communication.
parent eef85656
Branches main
No related tags found
No related merge requests found
......@@ -23,3 +23,6 @@ spec:
namespace: starboard-system
version: 0.3.3
interval: 5m
values:
networkpolicy:
enabled: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment