Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve securityContext for operator Deployment
1. Restrict container from acquiring additional privileges (`securityContext.allowPrivilegeEscalation`) 2. Mount container's root filesystem as read only (`securityContext.readOnlyRootFilesystem`) 3. Ensure that container won't be started as privileged container (`securityContext.privileged`) Issue: #591
- Loading branch information