mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
10 lines
189 B
YAML
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 }}
|