From 09e4bc29e237f7f4773b9bc3a1c56bac7eba0599 Mon Sep 17 00:00:00 2001 From: Eliise Date: Wed, 5 Feb 2020 11:04:29 +0100 Subject: [PATCH] Use correct yaml (#159) --- config/prometheus/monitor.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/prometheus/monitor.yaml b/config/prometheus/monitor.yaml index 5c359b4..f697a0b 100644 --- a/config/prometheus/monitor.yaml +++ b/config/prometheus/monitor.yaml @@ -16,4 +16,5 @@ spec: tlsConfig: insecureSkipVerify: true # Configure certs here if set up for auth_proxy (uses self-signed currently) selector: - control-plane: controller-manager + matchLabels: + control-plane: controller-manager