helm-chart-genes/charts/wordpress-new-start/templates/extra-list.yaml

10 lines
189 B
YAML
Raw Permalink Normal View History

2024-04-23 13:49:28 +02:00
{{- /*
Copyright VMware, Inc.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}