mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
* add `joplin` to `community` apps * add storage and service * add more boilerplat * add some test values * add values * update readme * add basic ui * add initialmeta * add todo * render config * use 1001 * fix probes * reduce permissiosn * fix portal * remove todo * bump common * simplify probe header * add deafult creds * remove redundant values * update wording
14 lines
639 B
YAML
14 lines
639 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "joplin.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "joplin.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "joplin.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "joplin.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "joplin.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|