Files
chart/library/ix-dev/community/redis/templates/common.yaml
Stavros Kois 60dcd5adbf NAS-122432 / 23.10 / add redis to community train (#1261)
* add `redis` to `community` train

* add extra validation

* add error message

* enclose pattern in squotes

* bump common
2023-07-03 14:51:09 +03:00

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" . -}}