From f173d6103f6d061cf7bda008e36155eb878d1b8d Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Fri, 8 Nov 2019 19:38:44 +0000 Subject: [PATCH] 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 --- mariadb/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 68715a957..aee6f96bc 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -502,6 +502,11 @@ network_policy: - {} egress: - {} + prometheus-mysql-exporter: + ingress: + - {} + egress: + - {} manifests: configmap_bin: true