Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fsGroup is applicable to PodSecurityContext not container
Fixes validation error `error validating data: ValidationError(Deployment.spec.template.spec.containers[0].securityContext): unknown field "fsGroup" in io.k8s.api.core.v1.SecurityContext;` See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podsecuritycontext-v1-core and https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#securitycontext-v1-core Signed-off-by: Vijay Katam <[email protected]>
- Loading branch information