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

10 lines
189 B
YAML
Raw Permalink Normal View History

2024-03-14 14:13:26 +01:00
{{- /*
Copyright VMware, Inc.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}