Skip to content

Commit

Permalink
Merge pull request #67 from razo7/priority-class-name
Browse files Browse the repository at this point in the history
Add priorityClassName to the Manager Container
  • Loading branch information
openshift-merge-robot authored Jul 24, 2023
2 parents 6af4f68 + 9dc049f commit 946af05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ spec:
capabilities:
drop:
- ALL
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
seccompProfile:
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
seccompProfile:
type: RuntimeDefault
runAsNonRoot: true
priorityClassName: system-cluster-critical
containers:
- command:
- /manager
Expand Down

0 comments on commit 946af05

Please sign in to comment.