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

10 lines
189 B
YAML

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