freeleaps-ops/freeleaps/helm-pkg/3rd/mongo/templates/extra-list.yaml
zhenyus 49162abfb0 feat(mongo): add common Helm chart and related templates
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-20 17:47:18 +08:00

10 lines
212 B
YAML

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