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