2023-11-14 21:12:33 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: mariadb-system
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- resources/namespace.yaml
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: mariadb-operator
|
|
|
|
releaseName: mariadb-operator
|
|
|
|
repo: https://mariadb-operator.github.io/mariadb-operator
|
|
|
|
namespace: mariadb-system
|
2024-03-05 18:08:49 +00:00
|
|
|
version: "0.26.0"
|
2023-11-14 21:12:33 +00:00
|
|
|
valuesFile: config/mariadb-operator.values.yaml
|
|
|
|
includeCRDs: true
|
|
|
|
skipTests: true
|