common.yaml 590 B

1234567891011121314
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{- include "netdata.migration" $ -}}
  3. {{/* Merge the templates with Values */}}
  4. {{- $_ := mustMergeOverwrite .Values (include "netdata.workload" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "netdata.service" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "netdata.persistence" $ | fromYaml) -}}
  7. {{- $_ := mustMergeOverwrite .Values (include "netdata.rbac" $ | fromYaml) -}}
  8. {{/* Create the configmap for portal manually*/}}
  9. {{- include "netdata.portal" $ -}}
  10. {{- include "ix.v1.common.loader.apply" . -}}