From a0e4d3352a347933ba0460dae70fa2b6c6f99fb6 Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Thu, 27 Apr 2017 12:33:55 +0200 Subject: [PATCH] prometheus: remove non-namespaced alpha annotation Now that we have the possibility to use the honor_labels configuration there is no need for this specially treated annotation anymore. --- manifests/exporters/kube-state-metrics-service.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/exporters/kube-state-metrics-service.yaml b/manifests/exporters/kube-state-metrics-service.yaml index 607869e1..292c4978 100644 --- a/manifests/exporters/kube-state-metrics-service.yaml +++ b/manifests/exporters/kube-state-metrics-service.yaml @@ -4,8 +4,6 @@ metadata: labels: app: kube-state-metrics k8s-app: kube-state-metrics - annotations: - alpha.monitoring.coreos.com/non-namespaced: "true" name: kube-state-metrics spec: ports: -- GitLab