mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 04:02:03 +08:00
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
10 lines
212 B
YAML
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 }}
|