extra-list.yaml 189 B

123456789
  1. {{- /*
  2. Copyright VMware, Inc.
  3. SPDX-License-Identifier: APACHE-2.0
  4. */}}
  5. {{- range .Values.extraDeploy }}
  6. ---
  7. {{ include "common.tplvalues.render" (dict "value" . "context" $) }}
  8. {{- end }}