Files
chart/library/ix-dev/community/drawio/templates/common.yaml
Stavros Kois df6aa84c17 add drawio to community train (#1629)
* add `drawio` to `community` train

* http/https

* other user

* cleanup

* update questions

* typo
2023-10-10 16:14:10 +03:00

12 lines
468 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "drawio.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "drawio.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "drawio.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "drawio.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}