Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes security context rendering of empty object value. (#2007)
This will allow to render `securityContext: {}` and `containerSecurityContext: {}. In Openshift leaving security context as an empty object sets the right values to the pods and containers to be in compliance with the Security Context Constrains (SCC) in the namespace. https://docs.openshift.com/container-platform/4.15/authentication/managing-security-context-constraints.html Signed-off-by: pjuarezd <[email protected]>
- Loading branch information