mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* add `planka` to `community` train * lock file * add initial tempaltes * add service * fix url * update portal * test * metadata * questions * typo * add validation * typo * fix logic * switch to uri type * update description * bump common
14 lines
639 B
YAML
14 lines
639 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "planka.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "planka.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "planka.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "planka.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "planka.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|