fix: update CRDs (#297)

This commit is contained in:
Yann Soubeyrand 2020-04-08 17:43:40 +02:00 committed by GitHub
parent f89527b21b
commit 40a234dcea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 535 additions and 3473 deletions

View file

@ -0,0 +1,6 @@
{{- if .Values.installCRDs }}
{{- range $path, $_ := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}