Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves opp acs policies #485

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -10,6 +11,16 @@ status:
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: central-db
namespace: stackrox
status:
conditions:
- status: "True"
type: Available
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: scanner-db
namespace: stackrox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
scannerComponent: Disabled
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ spec:
listenOnUpdates: false
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -15,3 +16,13 @@ metadata:
namespace: stackrox
status:
numberMisscheduled: 0
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: admission-control
namespace: stackrox
status:
conditions:
- status: "True"
type: Available