Skip to content
Snippets Groups Projects

Draft: gitlab-staging: Remove the namespace alert filtering

Closed Vincent Sellier requested to merge gitlab-staging-alerting into master
@@ -10,7 +10,7 @@ spec:
source:
chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 44.2.0
targetRevision: 45.10.1
helm:
releaseName: gitlab-staging-prometheus # must match the application name (https://github.com/argoproj/argo-cd/issues/2871)
# The crds must be manually applied to avoid the following error:
@@ -21,7 +21,7 @@ spec:
skipCrds: true
values: |
alertmanager:
enabled: true # Temporary for tests
enabled: true
alertmanagerSpec:
alertmanagerConfigMatcherStrategy:
type: None
Loading