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.
2 parents ac4791d + 4d42ffb commit e0f07eaCopy full SHA for e0f07ea
charts/templates/statefulset.yaml
@@ -63,6 +63,7 @@ spec:
63
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
64
{{- end }}
65
serviceAccountName: {{ include "marklogic.serviceAccountName" . }}
66
+ automountServiceAccountToken: false
67
{{- with .Values.affinity }}
68
affinity: {{- toYaml . | nindent 8}}
69
0 commit comments