common.yaml 430 B

12345678910
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{- include "palworld.set.params" $ -}}
  3. {{/* Merge the templates with Values */}}
  4. {{- $_ := mustMergeOverwrite .Values (include "palworld.workload" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "palworld.service" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "palworld.persistence" $ | fromYaml) -}}
  7. {{- include "ix.v1.common.loader.apply" . -}}