Permissions

The permissions below are used to define policies together with one or more of the four principal types:

PermissionDescriptionImplies
connectConnect to replica (open an interactive shell)
createCreate new workloads
deleteDelete existing workloads
editModify existing workloadsview
execExecute commandsexec.runCronWorkload
exec.runCronWorkloadForce a cron-workload to run
manageFull accessconnect, create, delete, edit, exec, exec.runCronWorkload, manage, view
viewRead-only access

Security Options

Settings to control the security of the container at runtime.

filesystemGroupId

Any mounted Volumes for this container will be owned by the group id provided. When not specified 0 (root) is used.

YAML
spec:
  securityOptions:
    filesystemGroupId: 777