Skip to content

Commit

Permalink
feat(olm): Remove Openshift security warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Sep 14, 2023
1 parent a852c43 commit 14fb815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/manager/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ spec:
port: 8081
initialDelaySeconds: 20
periodSeconds: 10
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL

0 comments on commit 14fb815

Please sign in to comment.