Skip to content

Commit 50eb430

Browse files
committed
set automountServiceAccountToken to false
1 parent ac4791d commit 50eb430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ spec:
6363
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
6464
{{- end }}
6565
serviceAccountName: {{ include "marklogic.serviceAccountName" . }}
66+
automountServiceAccountToken: false
67+
{{- if .Values.tolerations }}
6668
{{- with .Values.affinity }}
6769
affinity: {{- toYaml . | nindent 8}}
6870
{{- end }}

0 commit comments

Comments
 (0)