Files
chart/library/ix-dev/charts/netdata/templates/common.yaml
Stavros Kois 62e5d52db0 netdata - migrate library (#2113)
* netdata - migrate library

* add caps

* caps

* ui and migration

* clean extra values

* add migration check

* remove un-needed function
2024-02-06 12:02:27 +02:00

15 lines
590 B
YAML

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