We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed651ba commit b26d8c7Copy full SHA for b26d8c7
docs/Manual/Deployment/Kubernetes/DeploymentResource.md
@@ -335,6 +335,14 @@ The default value is `8Gi`.
335
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
336
because servers in these groups do not need persistent storage.
337
338
+### `spec.<group>.serviceAccountName: string`
339
+
340
+This setting specifies the `serviceAccountName` for the `Pods` created
341
+for each server of this group.
342
343
+Using an alternative `ServiceAccount` is typically used to separate access rights.
344
+The ArangoDB deployments do not require any special rights.
345
346
### `spec.<group>.storageClassName: string`
347
348
This setting specifies the `storageClass` for the `PersistentVolume`s created
0 commit comments