From b9cc6a30cce1467c6e87ccf46f171879073d300a Mon Sep 17 00:00:00 2001 From: Zadjad Rezai <121857296+zadjadr@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:13:50 +0000 Subject: [PATCH] fix: serviceaccount token automount --- charts/open-webui/templates/service-account.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/open-webui/templates/service-account.yaml b/charts/open-webui/templates/service-account.yaml index ba4fe9a..393f3c4 100644 --- a/charts/open-webui/templates/service-account.yaml +++ b/charts/open-webui/templates/service-account.yaml @@ -3,12 +3,11 @@ apiVersion: v1 kind: ServiceAccount metadata: name: {{ .Values.serviceAccount.name | default (include "open-webui.name" .) }} - automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} labels: {{- include "open-webui.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} - +automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} {{- end }} \ No newline at end of file