mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* add `drawio` to `community` train * http/https * other user * cleanup * update questions * typo
12 lines
468 B
YAML
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" . -}}
|