Cloud API Overview > @adpt/cloud > k8s > PodSecurityContext > supplementalGroups
k8s.PodSecurityContext.supplementalGroups property
A list of groups applied to the first process run in each container, in addition to the container's primary GID.
If unspecified, no groups will be added to any container.
Signature:
supplementalGroups?: number[];