From 7f655ecb72f198a8067a94b281040700e3041135 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Fri, 10 Apr 2026 19:58:11 +1200 Subject: [PATCH] removed some commented stuff, cleanup --- .../databases/mariadb-operator/cluster/rootsecret.yaml | 8 -------- .../databases/mariadb-operator/helmrelease.yaml | 10 ---------- 2 files changed, 18 deletions(-) delete mode 100644 infrastructure/databases/mariadb-operator/cluster/rootsecret.yaml diff --git a/infrastructure/databases/mariadb-operator/cluster/rootsecret.yaml b/infrastructure/databases/mariadb-operator/cluster/rootsecret.yaml deleted file mode 100644 index 2da9cc3..0000000 --- a/infrastructure/databases/mariadb-operator/cluster/rootsecret.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: mariadb-root - namespace: databases -type: Opaque -stringData: - password: supersecure-root-password# diff --git a/infrastructure/databases/mariadb-operator/helmrelease.yaml b/infrastructure/databases/mariadb-operator/helmrelease.yaml index 91e012f..a8e6503 100644 --- a/infrastructure/databases/mariadb-operator/helmrelease.yaml +++ b/infrastructure/databases/mariadb-operator/helmrelease.yaml @@ -14,13 +14,3 @@ spec: kind: HelmRepository name: mariadb-operator namespace: flux-system - install: - crds: Create - upgrade: - crds: CreateReplace - # values: - # replicaCount: 1 -# valuesFrom: -# - kind: ConfigMap -# name: mariadb-values -# valuesKey: values.yaml