helm/matrix/dendrite/charts/postgresql/templates/extra-list.yaml

10 lines
189 B
YAML
Raw Permalink Normal View History

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