From c4c1b4e24a163684a6e6b6148e53a29a731af08d Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Wed, 22 Apr 2026 19:07:01 +1200 Subject: [PATCH] fix --- .../databases/mariadb-operator/cluster/kustomization.yaml | 1 - .../databases/mariadb-operator/cluster/namespace.yaml | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 infrastructure/databases/mariadb-operator/cluster/namespace.yaml diff --git a/infrastructure/databases/mariadb-operator/cluster/kustomization.yaml b/infrastructure/databases/mariadb-operator/cluster/kustomization.yaml index 5054e39..8f5f70c 100644 --- a/infrastructure/databases/mariadb-operator/cluster/kustomization.yaml +++ b/infrastructure/databases/mariadb-operator/cluster/kustomization.yaml @@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - mariadb.yaml -- namespace.yaml diff --git a/infrastructure/databases/mariadb-operator/cluster/namespace.yaml b/infrastructure/databases/mariadb-operator/cluster/namespace.yaml deleted file mode 100644 index efa1336..0000000 --- a/infrastructure/databases/mariadb-operator/cluster/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: mariadb-databases