From 8e08a0ce809e7003b120dfb49f0181c68d0a926f Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Mon, 25 Nov 2024 17:30:52 +0100 Subject: [PATCH] serviceAccount --- argocd/apps/innollm/openwebui.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd/apps/innollm/openwebui.yaml b/argocd/apps/innollm/openwebui.yaml index 19c84ad..7bccafb 100644 --- a/argocd/apps/innollm/openwebui.yaml +++ b/argocd/apps/innollm/openwebui.yaml @@ -30,6 +30,10 @@ spec: forceString: true - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt + - name: serviceAccount.name + value: open-webui + - name: serviceAccount.automountServiceAccountToken + value: 'false' chart: open-webui destination: server: 'https://kubernetes.default.svc'