From 77557ea2bdef0c177071747f6239b5b962b1f998 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 14 Apr 2025 05:33:49 -0500 Subject: [PATCH] remove openwebui --- master/argocd/templates/open-webui.yaml | 41 +++++++++++++------------ 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/master/argocd/templates/open-webui.yaml b/master/argocd/templates/open-webui.yaml index beb59a6..bae227f 100644 --- a/master/argocd/templates/open-webui.yaml +++ b/master/argocd/templates/open-webui.yaml @@ -1,20 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-webui - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: master/open-webui - destination: - namespace: open-webui - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: open-webui +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: master/open-webui +# destination: +# namespace: open-webui +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +# \ No newline at end of file