Files
chart/library/ix-dev/community/wordpress/templates/common.yaml
Stavros Kois 77a8173e9f NAS-122472 / 23.10 / add wordpress to community train (#1266)
* add `wordpress` to `community` catalog

* set version to 1.0.0

* fix sources

* update readme's

* remove category
2023-06-27 23:14:26 +03:00

12 lines
491 B
YAML

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