mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* add `wordpress` to `community` catalog * set version to 1.0.0 * fix sources * update readme's * remove category
12 lines
491 B
YAML
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" . -}}
|