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 ce16d76 commit 99ccb5aCopy full SHA for 99ccb5a
operators/mariadb-operator/kustomization.yaml
@@ -9,10 +9,17 @@ helmGlobals:
9
chartHome: ../../charts/
10
11
helmCharts:
12
+- name: mariadb-operator-crds
13
+ includeCRDs: false
14
+ namespace: mariadb-operator
15
+ releaseName: mariadb-operator-crds
16
+ version: 25.8.3
17
+ repo: https://mariadb-operator.github.io/mariadb-operator
18
+
19
- name: mariadb-operator
- includeCRDs: true
20
21
namespace: mariadb-operator
22
valuesFile: values.yaml
23
releaseName: mariadb-operator
- version: 0.31.0
24
25
repo: https://mariadb-operator.github.io/mariadb-operator
0 commit comments