mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
* add `redis` to `community` train * add extra validation * add error message * enclose pattern in squotes * bump common
9 lines
339 B
YAML
9 lines
339 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- include "redis.validation" $ -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "redis.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "redis.workload" $ | fromYaml) -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|