Files
chart/library/ix-dev/community/flame/templates/common.yaml
Stavros Kois 1910172b63 add flame to community applications (#1578)
* add `flame` to `community` applications

* fix secCtx

* mroe perms

* add ui

* remove extra word
2023-09-28 18:14:32 +03:00

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" . -}}