Files
chart/charts/netdata/2.0.31/templates/common.yaml
2025-02-13 12:57:30 +00: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" . -}}