Files
devops-infra-helm-charts-gcp/helm-templates/flagger/templates/crd.yaml
T
2026-08-26 03:39:42 +05:30

7 lines
139 B
YAML

{{- if .Values.crd.create -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}}
{{ $.Files.Get $path }}
---
{{- end -}}
{{- end -}}