Files
chart/community/wordpress/1.0.7/templates/common.yaml
2023-08-30 06:33:21 +00: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" . -}}