Skip to content

Commit

Permalink
Remove PodSecurityPolicy and FalcoEvent connections (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Feb 9, 2024
1 parent 483c108 commit 01f2d51
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
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

0 comments on commit 01f2d51

Please sign in to comment.