Skip to content

Commit b26d8c7

Browse files
committed
Documented serviceAccountName
1 parent ed651ba commit b26d8c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

+8
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,14 @@ The default value is `8Gi`.
335335
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
336336
because servers in these groups do not need persistent storage.
337337

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+
338346
### `spec.<group>.storageClassName: string`
339347

340348
This setting specifies the `storageClass` for the `PersistentVolume`s created

0 commit comments

Comments
 (0)