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'