Files
Ruben Hensen 25f4dbf000 Fix MariaDB operator deployment namespace issue
- Remove namespace from kustomization.yaml (was putting Apps in wrong namespace)
  - Change destination to argocd namespace (Application resources must be there)
  - Add labels for tracking parent app
2026-02-22 15:49:54 +01:00
..

MariaDB Operator

This folder contains the MariaDB operator installation for the cluster.

Components

  • operator-crds-helm.yaml: Installs MariaDB operator CRDs (v25.10.4)
  • operator-helm.yaml: Installs MariaDB operator (v25.10.4)
  • kustomization.yaml: Kustomize manifest for organizing resources

Configuration

Managed By

ArgoCD Application: mariadb-operator-install (defined in /apps/templates/mariadb-operator-folder.yaml)

Usage

MariaDB instances are created using the MariaDB CRD in application namespaces. See /mbgwp/mariadb-cluster.yaml for an example.