mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 14:49:26 +00:00
[all] Fix PrometheusRule and ServiceMonitor after Common upgrade
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 0.2.1
|
||||
description: A prometheus exporter for the Andrew & Arnold CHAOS API
|
||||
name: aaisp-exporter
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- aaisp-exporter
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||
{{- include "common.values.setup" . -}}
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: PrometheusRule
|
||||
metadata:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{- if .Values.metrics.enabled }}
|
||||
{{- include "common.values.setup" . -}}
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user