Files
k8scd/mariadb-operator/operator-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

35 lines
798 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator
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
repoURL: https://mariadb-operator.github.io/mariadb-operator
targetRevision: 25.10.4
helm:
values: |
metrics:
enabled: true
serviceMonitor:
enabled: false
webhook:
serviceMonitor:
enabled: false
certController:
serviceMonitor:
enabled: false
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true