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