mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* initial commit * add templates and values * whops * remove caps * metadata + read me * add more tests * add questions and validation * add group
16 lines
690 B
YAML
16 lines
690 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{- include "linkding.validation" $ -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "linkding.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "linkding.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "linkding.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "linkding.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "linkding.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|