apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ollama namespace: argocd spec: destination: namespace: nxtgauge-ai server: https://kubernetes.default.svc project: default source: path: apps/ollama/base repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true