Skip to content

Commit ed0a544

Browse files
committed
fix: automountServiceAccountToken
1 parent bb11056 commit ed0a544

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

charts/qdrant/templates/statefulset.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ spec:
236236
{{- tpl (toYaml .) $ | nindent 8 }}
237237
{{- end }}
238238
serviceAccountName: {{ include "qdrant.serviceAccountName" . }}
239-
{{- with .Values.automountServiceAccountToken }}
240-
automountServiceAccountToken: {{ . }}
241-
{{- end }}
239+
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
242240
volumes:
243241
- name: qdrant-config
244242
configMap:

0 commit comments

Comments
 (0)