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

12 lines
357 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 }}
namespace: {{ .Release.Namespace }}
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
2022-01-10 19:55:02 +00:00
data:
alerts.json: '{{ toJson .Values.global.notifications.alertConfigs }}'
{{- end -}}