Add default Network Policies for Mariadb Prometheus Exporter

Due to missing default policies for MySQL Prometheus
Exporter the Pod fails to start.

Change-Id: Ib9f013f97a83da0c2e36f2d38e54ae0a906700e5
This commit is contained in:
Evgeny L 2019-11-08 19:38:44 +00:00 committed by Chris Wedgwood
parent 02af18d5dc
commit f173d6103f

View File

@ -502,6 +502,11 @@ network_policy:
- {}
egress:
- {}
prometheus-mysql-exporter:
ingress:
- {}
egress:
- {}
manifests:
configmap_bin: true