common.yaml 252 B

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