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 }}
|