We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb11056 commit ed0a544Copy full SHA for ed0a544
1 file changed
charts/qdrant/templates/statefulset.yaml
@@ -236,9 +236,7 @@ spec:
236
{{- tpl (toYaml .) $ | nindent 8 }}
237
{{- end }}
238
serviceAccountName: {{ include "qdrant.serviceAccountName" . }}
239
- {{- with .Values.automountServiceAccountToken }}
240
- automountServiceAccountToken: {{ . }}
241
- {{- end }}
+ automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
242
volumes:
243
- name: qdrant-config
244
configMap:
0 commit comments