mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
12 lines
468 B
YAML
12 lines
468 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "actual.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "actual.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "actual.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "actual.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|