aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mongodb/templates/extra-list.yaml
blob: 2d35a580e81f745ca591fb86a9755b2a672aa809 (plain)
1
2
3
4
5
6
7
8
9
{{- /*
Copyright VMware, Inc.
SPDX-License-Identifier: APACHE-2.0
*/}}

{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}