Draft: POC of the shared envDB created using the mariadb-operator

The chart creates a one-replica cluster using the mariadb-cluster chart. The actual operator and related CRDs must already exist in the K8s cluster:

helm repo add mariadb-operator https://helm.mariadb.com/mariadb-operator
helm -n default install mariadb-operator-crds mariadb-operator/mariadb-operator-crds \
&& helm -n default install mariadb-operator mariadb-operator/mariadb-operator

Bug: T403763

Edited by Jaime Nuche

Merge request reports

Loading