apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: minio-aistor namespace: argocd spec: project: default source: repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git targetRevision: HEAD path: applications/minio-aistor destination: server: https://kubernetes.default.svc namespace: minio-aistor syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true