From e8fc07482561a50eba3280db8e6b976063db5351 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 21:42:21 -0500 Subject: [PATCH] add mysql operator --- clusters/cl01tl/storage/mysql-operator/Chart.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clusters/cl01tl/storage/mysql-operator/Chart.yaml diff --git a/clusters/cl01tl/storage/mysql-operator/Chart.yaml b/clusters/cl01tl/storage/mysql-operator/Chart.yaml new file mode 100644 index 000000000..416c4be2e --- /dev/null +++ b/clusters/cl01tl/storage/mysql-operator/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: mysql-operator +version: 1.0.0 +sources: + - https://github.com/mysql/mysql-operator + - https://github.com/mysql/mysql-operator/tree/trunk/helm/mysql-operator +dependencies: + - name: mysql-operator + version: 2.1.3 + repository: https://mysql.github.io/mysql-operator/ +appVersion: "8.4.0-2.1.3"