From 63a773576e5f42a36cfddda29ac4c09209a581f4 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 30 Jun 2025 15:39:01 +1000 Subject: [PATCH] Add mariadb operator --- deployments/mariadb-operator.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deployments/mariadb-operator.yaml diff --git a/deployments/mariadb-operator.yaml b/deployments/mariadb-operator.yaml new file mode 100644 index 0000000..434da96 --- /dev/null +++ b/deployments/mariadb-operator.yaml @@ -0,0 +1,14 @@ +apiVersion: fleet.cattle.io/v1alpha1 +kind: HelmChart +metadata: + name: mariadb-operator + namespace: fleet-local +spec: + chart: mariadb-operator/mariadb-operator + repo: https://mariadb.github.io/mariadb-operator/charts + version: 0.7.0 # specify the version you want + targetNamespace: mariadb-operator + set: + persistence.enabled: true + persistence.size: 10Gi + replicas: 3