From 2430edbe096d3eb29129142050db8b92aaa4c7e3 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 19 Aug 2024 15:30:38 -0500 Subject: [PATCH] remove sql --- .../storage/percona-operator/Chart.yaml | 21 ------------------- .../storage/percona-operator/values.yaml | 12 ----------- 2 files changed, 33 deletions(-) delete mode 100644 clusters/cl01tl/storage/percona-operator/Chart.yaml delete mode 100644 clusters/cl01tl/storage/percona-operator/values.yaml diff --git a/clusters/cl01tl/storage/percona-operator/Chart.yaml b/clusters/cl01tl/storage/percona-operator/Chart.yaml deleted file mode 100644 index 5f1e5a20b..000000000 --- a/clusters/cl01tl/storage/percona-operator/Chart.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: v2 -name: percona-operator -version: 1.0.0 -description: Percona Operator -keywords: - - percona-operator - - mysql - - database -home: https://wiki.alexlebens.dev/doc/percona-operator-TRMIBEUaTi -sources: - - https://github.com/percona/percona-xtradb-cluster-operator - - https://github.com/percona/percona-helm-charts/tree/main/charts/pxc-operator - - https://github.com/percona/percona-helm-charts/tree/main/charts/pxc-db -maintainers: - - name: alexlebens -dependencies: - - name: pxc-operator - version: 1.14.2 - repository: https://percona.github.io/percona-helm-charts/ -icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/mysql.png -appVersion: 1.14.0 diff --git a/clusters/cl01tl/storage/percona-operator/values.yaml b/clusters/cl01tl/storage/percona-operator/values.yaml deleted file mode 100644 index 5398c6443..000000000 --- a/clusters/cl01tl/storage/percona-operator/values.yaml +++ /dev/null @@ -1,12 +0,0 @@ -pxc-operator: - replicaCount: 2 - watchNamespace: ghost - watchAllNamespaces: false - rbac: - create: true - serviceAccount: - create: true - resources: - requests: - cpu: 100m - memory: 128Mi