--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: open-webui namespace: argocd spec: project: default source: repoURL: "https://helm.openwebui.com/" chart: "open-webui" targetRevision: "7.3.0" destination: server: "https://kubernetes.default.svc" namespace: home-server syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true