mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* add `flame` to `community` applications * fix secCtx * mroe perms * add ui * remove extra word
13 lines
550 B
YAML
13 lines
550 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "flame.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "flame.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "flame.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "flame.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "flame.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|