Specify security context in the devfile before generating the kubernetes resources
As part of https://gitlab.com/gitlab-org/gitlab/-/issues/396300+ , we want to explicitly set the [security context](https://gitlab.com/gitlab-org/gitlab/-/issues/409189) of the kubernetes resources being generated.
Devfile library allows [specifying these parameters](https://github.com/devfile/api/issues/920) through `pod-overrides` and `container-overrides` attributes. However, https://github.com/devfile/library/pull/158 which is implementing this feature is not part of v2.2.0 which is the latest release of the devfile which is being used in the devfile-gem.
Once devfile library releases a new version, update the devfile-gem and move the logic of setting the security context in the `devfile_processor` as part of workspace creation.
issue