We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d170120 commit fba7cb7Copy full SHA for fba7cb7
charts/mysql-operator/templates/crds.yaml
@@ -1,5 +1,5 @@
1
-{{- if (and .Values.installCRDs (not (.Capabilities.APIVersions.Has "mysql.radondb.com/v1alpha1"))) }}
2
-{{- if and .Values.installCRDs -}}
+{{- if (and .Values.installCRDS (not (.Capabilities.APIVersions.Has "mysql.radondb.com/v1alpha1"))) }}
+{{- if and .Values.installCRDS -}}
3
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
4
---
5
{{ $.Files.Get $path }}
0 commit comments