Files
infra-prod/deploy/rocket-chat/charts/mongodb/templates/extra-list.yaml
2025-04-03 15:16:10 +02:00

10 lines
189 B
YAML

{{- /*
Copyright VMware, Inc.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}