fix: update CRDs (#297)
This commit is contained in:
parent
f89527b21b
commit
40a234dcea
6 changed files with 535 additions and 3473 deletions
6
charts/argo-cd/templates/crds.yaml
Normal file
6
charts/argo-cd/templates/crds.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{- if .Values.installCRDs }}
|
||||
{{- range $path, $_ := .Files.Glob "crds/*.yaml" }}
|
||||
{{ $.Files.Get $path }}
|
||||
---
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue