common.yaml 302 B

123456789
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- $_ := mustMergeOverwrite .Values (include "lidarr.workload" $ | fromYaml) -}}
  4. {{/* Create the configmap for portal manually*/}}
  5. {{- include "lidarr.portal" $ -}}
  6. {{- include "ix.v1.common.loader.apply" . -}}