Skip to content

Commit

Permalink
[monitoring] added finalizer to core prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 22, 2024
1 parent bf41716 commit 53bb7a0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions apps/monitoring/kube-prometheus/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-core
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: monitoring
source:
Expand Down Expand Up @@ -200,27 +202,27 @@ spec:
apiServer:
datasource: Prometheus
gnetId: 15761
revision: 11
revision: 16
coreDns:
datasource: Prometheus
gnetId: 15762
revision: 10
revision: 17
globalView:
datasource: Prometheus
gnetId: 15757
revision: 22
revision: 37
namespaces:
datasource: Prometheus
gnetId: 15758
revision: 15
revision: 34
nodes:
datasource: Prometheus
gnetId: 15759
revision: 14
revision: 29
pods:
datasource: Prometheus
gnetId: 15760
revision: 15
revision: 26
pvcs:
datasource: Prometheus
gnetId: 13646
Expand All @@ -237,7 +239,7 @@ spec:
nvidiaMonitoring:
datasource: Prometheus
gnetId: 14574
revision: 8
revision: 9
vaultMonitoring:
datasource: Prometheus
gnetId: 15124
Expand Down

0 comments on commit 53bb7a0

Please sign in to comment.