mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 03:26:08 +08:00
* update vikunja * remove imports * typo * add missing nodePort * hmm * major version * Update _configuration.tpl
15 lines
718 B
YAML
15 lines
718 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.redis" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.postgres" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "vikunja.api" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "vikunja.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|