From e0da250243742bfe720045d71140755dc8e16b9e Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 26 Nov 2024 09:24:16 +0100 Subject: [PATCH] serviceAccount auf false --- argocd/apps/innollm/openwebui.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/innollm/openwebui.yaml b/argocd/apps/innollm/openwebui.yaml index d0d1f9b..e70fd17 100644 --- a/argocd/apps/innollm/openwebui.yaml +++ b/argocd/apps/innollm/openwebui.yaml @@ -11,6 +11,8 @@ spec: targetRevision: 4.*.* helm: parameters: + - name: serviceAccount.enable + value: 'false' - name: ingress.class value: 'traefik' - name: ingress.enabled