mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 14:31:39 +08:00
* init commit * add `passbolt` to `community` train * roofs * mount var run * probes * try init user * fix app url * add metadata * remove init user * add questions and revert to user 33 * plump hostnet and add hostnet values for ci * fix perms and UI
14 lines
657 B
YAML
14 lines
657 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "passbolt.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "passbolt.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "passbolt.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "passbolt.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "passbolt.mariadb.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "passbolt.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|