rancher-partner-charts/charts/kubecost/cost-analyzer/templates/cost-analyzer-alerts-config...

11 lines
319 B
YAML
Raw Normal View History

2022-01-10 19:55:02 +00:00
{{- if .Values.global.notifications.alertConfigs }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ default "alert-configs" .Values.alertConfigmapName }}
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
data:
alerts.json: '{{ toJson .Values.global.notifications.alertConfigs }}'
{{- end -}}