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