From 3f6caf816a3b8f0333b81f13776157d55b81b11b Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Wed, 8 Apr 2026 21:42:17 +1200 Subject: [PATCH] typo for namespace, moved folder --- infrastructure/databases/kustomization.yaml | 2 +- infrastructure/databases/mariadb-operator/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/databases/kustomization.yaml b/infrastructure/databases/kustomization.yaml index 0307251..7143c72 100644 --- a/infrastructure/databases/kustomization.yaml +++ b/infrastructure/databases/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cloudnative-pg -#- mariadb +- mariadb-operator - clusters diff --git a/infrastructure/databases/mariadb-operator/helmrelease.yaml b/infrastructure/databases/mariadb-operator/helmrelease.yaml index 40f8881..dcd8481 100644 --- a/infrastructure/databases/mariadb-operator/helmrelease.yaml +++ b/infrastructure/databases/mariadb-operator/helmrelease.yaml @@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: mariadb-operator - namespace: mariadb-system + namespace: mariadb-operator-system spec: interval: 1h releaseName: mariadb-operator