apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: open-webui namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: git@github.com:Alkatrazz24/Funk-lab.git targetRevision: main path: k8s/apps/open-webui directory: recurse: true destination: server: https://kubernetes.default.svc namespace: ai syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true