Files
chart/library/ix-dev/community/planka/templates/common.yaml
Stavros Kois c04afa05c8 NAS-123500 / 24.04 / add planka to community train (#1436)
* 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
2023-08-30 14:23:46 +03:00

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