From ff1736c42d622f8ccb3c1d7a0f7c35a58bdfc72e Mon Sep 17 00:00:00 2001 From: runyontr Date: Thu, 19 Nov 2020 13:20:08 +0000 Subject: [PATCH] Update app/monitoring/prometheus/kustomization.yaml, app/monitoring/prometheus/twistlockServiceMonitor.yaml files --- app/monitoring/prometheus/kustomization.yaml | 3 +-- app/monitoring/prometheus/twistlockServiceMonitor.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/monitoring/prometheus/kustomization.yaml b/app/monitoring/prometheus/kustomization.yaml index fedada9..929025a 100644 --- a/app/monitoring/prometheus/kustomization.yaml +++ b/app/monitoring/prometheus/kustomization.yaml @@ -1,7 +1,6 @@ -namespace: vault +namespace: twistlock resources: - twistlockServiceMonitor.yaml - role.yaml - roleBinding.yaml -- twistlockSecret.yaml \ No newline at end of file diff --git a/app/monitoring/prometheus/twistlockServiceMonitor.yaml b/app/monitoring/prometheus/twistlockServiceMonitor.yaml index c16ca29..9925c85 100644 --- a/app/monitoring/prometheus/twistlockServiceMonitor.yaml +++ b/app/monitoring/prometheus/twistlockServiceMonitor.yaml @@ -24,5 +24,4 @@ spec: username: name: twistlock-basic-auth key: user - - jobLabel: twistlock-metrics + jobLabel: twistlock-metrics -- GitLab