common.yaml 220 B

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