Files
devops-infra-helm-charts-gcp/helm-templates/contour-v1.33.3-v2/templates/envoy/extra-list.yaml
T
2026-08-26 03:39:42 +05:30

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