Skip to content

Commit e0f07ea

Browse files
authored
Merge pull request #332 from marklogic/MLE-21296/set-automountServiceAccountToken-to-false
MLE-21296 set-automountServiceAccountToken-to-false
2 parents ac4791d + 4d42ffb commit e0f07ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/templates/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
6464
{{- end }}
6565
serviceAccountName: {{ include "marklogic.serviceAccountName" . }}
66+
automountServiceAccountToken: false
6667
{{- with .Values.affinity }}
6768
affinity: {{- toYaml . | nindent 8}}
6869
{{- end }}

0 commit comments

Comments
 (0)