aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/nginx/templates/extra-list.yaml
blob: 329f5c653a440f5bb3b0b2dd0dc4f7d266f97a69 (plain)
1
2
3
4
5
6
7
8
9
{{- /*
Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}

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