Files
chart/library/ix-dev/community/passbolt/templates/common.yaml
Stavros Kois 7513fcf82b add passbolt to community train (#1650)
* 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
2023-10-20 23:59:13 +03:00

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" . -}}