Skip to content

Commit fba7cb7

Browse files
committed
chart: fix the bug installcrds #816
1 parent d170120 commit fba7cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/mysql-operator/templates/crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{- if (and .Values.installCRDs (not (.Capabilities.APIVersions.Has "mysql.radondb.com/v1alpha1"))) }}
2-
{{- if and .Values.installCRDs -}}
1+
{{- if (and .Values.installCRDS (not (.Capabilities.APIVersions.Has "mysql.radondb.com/v1alpha1"))) }}
2+
{{- if and .Values.installCRDS -}}
33
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
44
---
55
{{ $.Files.Get $path }}

0 commit comments

Comments
 (0)