mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
25f4dbf000
- 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
24 lines
570 B
YAML
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
|