Files
chart/library/ix-dev/community/pgadmin/templates/common.yaml
Stavros Kois d7a011168f NAS-123129 / 23.10 / add pgadmin to community train (#1387)
* add `pgadmin` to `community` train

* add readme's

* metadata

* add  templates and values

* update metadat
2023-07-21 19:43:28 +03:00

14 lines
512 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{- include "pgadmin.validation" $ -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "pgadmin.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}