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

Remove PodSecurityPolicy and FalcoEvent connections #402

Merged
merged 2 commits into from
Feb 9, 2024
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
11 changes: 0 additions & 11 deletions hub/resourceblockdefinitions/policy/v1/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,3 @@ spec:
blocks:
- kind: Custom
name: Policy Report
- actions:
create: Never
displayMode: List
kind: Connection
name: Pod Security Policies
query:
byLabel: policy
type: GraphQL
ref:
group: policy
kind: PodSecurityPolicy
10 changes: 0 additions & 10 deletions hub/resourcedescriptors/core/v1/namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ metadata:
k8s.io/version: v1
name: core-v1-namespaces
spec:
connections:
- labels:
- event
selector:
matchLabels:
k8s.ns.name: '{.metadata.name}'
target:
apiVersion: falco.appscode.com/v1alpha1
kind: FalcoEvent
type: MatchSelector
resource:
group: ""
kind: Namespace
Expand Down
10 changes: 0 additions & 10 deletions hub/resourcedescriptors/core/v1/nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ metadata:
k8s.io/version: v1
name: core-v1-nodes
spec:
connections:
- labels:
- event
selector:
matchLabels:
k8s.node.name: '{.metadata.name}'
target:
apiVersion: falco.appscode.com/v1alpha1
kind: FalcoEvent
type: MatchSelector
resource:
group: ""
kind: Node
Expand Down
10 changes: 0 additions & 10 deletions hub/resourcedescriptors/core/v1/pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ spec:
apiVersion: core.k8s.appscode.com/v1alpha1
kind: PodView
type: MatchName
- labels:
- event
selector:
matchLabels:
k8s.ns.name: '{.metadata.namespace}'
k8s.pod.name: '{.metadata.name}'
target:
apiVersion: falco.appscode.com/v1alpha1
kind: FalcoEvent
type: MatchSelector
resource:
group: ""
kind: Pod
Expand Down
Loading