helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Add feature for supplementalGroups

Open jonra82 opened this issue 1 year ago • 0 comments

Preflight Checklist

  • [X] I agree to follow the Code of Conduct that this project adheres to.
  • [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.

Problem Description

Some enterprises have strict policies on pod and container level. For example I have a case where Dex is used in an organization where at the same they use Kyverno and enforce a policy to use supplementalGroups between ranges 100-200 and 500-600. Dex chart as of writing has no support for it.

Proposed Solution

Add supplementalGroups list\array to values.yaml under podSecurityContext values.

podSecurityContext: {} ##fsGroup: 2000 ##supplementalGroups: [] <--

Alternatives Considered

No response

Additional Information

No response

jonra82 avatar Aug 01 '23 07:08 jonra82