Explorar el Código

Update template enable condidition

Raghunandana S K hace 4 años
padre
commit
1b2f0a861e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/kubernetes/helm/hue/templates/prometheus-rule-hue.yaml

+ 1 - 1
tools/kubernetes/helm/hue/templates/prometheus-rule-hue.yaml

@@ -1,4 +1,4 @@
-{{- if .Values.alertrule.enabled -}}
+{{- if .Values.alerting.enabled -}}
 apiVersion: monitoring.coreos.com/v1
 kind: PrometheusRule
 metadata: