/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/elastalert/templates/rules.yaml
14 строк
394 B
Jason Ertel
[stable/elastalert] Updated image for Elasticsearch 6 support, and other minor chart adjustments (#3859)
16 мар 2018, 16:02
16 мар 2018, 16:02
a6830d6
Код
Авторство
О чём код?
apiVersion: v1 kind: ConfigMap metadata: name: {{ template "elastalert.fullname" . }}-rules labels: app: {{ template "elastalert.name" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: {{- range $key, $value := .Values.rules }} {{ $key | indent 2}}: |- {{ $value | indent 4}} {{- end }}