18 lines
414 B
YAML
18 lines
414 B
YAML
|
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
|
||
|
version: "0.22.0"
|
||
|
valuesFile: config/mariadb-operator.values.yaml
|
||
|
includeCRDs: true
|
||
|
skipTests: true
|