Pod Security Context Configuration

Pod Security Context Configuration Properties describes the properties for configuring the EDGW pod security context properties.

Table 1. Pod Security Context Configuration Properties
Property Description
podSecurityContext.fsGroup Defines privilege and access control settings for the container. If the fsGroup field is specified, all processes of the container are also part of the supplementary group ID.

The following values.yaml excerpt shows the configuration default values (where defaults exist) for these properties:

podSecurityContext:
  fsGroup: 1000