common.yaml 339 B

12345678
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- include "redis.validation" $ -}}
  4. {{- $_ := mustMergeOverwrite .Values (include "redis.configuration" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "redis.workload" $ | fromYaml) -}}
  6. {{- include "ix.v1.common.loader.apply" . -}}