Files
k8scd/mariadb-operator/operator-crds-helm.yaml
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

24 lines
570 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator-crds
namespace: argocd
labels:
app.kubernetes.io/instance: mariadb-operator-install
spec:
destination:
namespace: mariadb-system
server: https://kubernetes.default.svc
project: default
source:
chart: mariadb-operator-crds
repoURL: https://mariadb-operator.github.io/mariadb-operator
targetRevision: 25.10.4
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true