Files
chart/library/ix-dev/charts/prometheus/templates/common.yaml
Stavros Kois 7a6c40bcbc NAS-121272 / 23.10 / Adds prometheus to charts train (#1072)
* initial prometheus commit

* add prometheus

* add descriptions

* bump common
2023-04-12 17:38:57 +03:00

10 lines
310 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "prometheus.workload" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "prometheus.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}