Skip to content

Commit

Permalink
feat: update bundle for admission controller
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Oct 17, 2023
1 parent 7e2aa96 commit b898af1
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
crowdstrike.com/component: rbac
crowdstrike.com/created-by: falcon-operator
crowdstrike.com/instance: admission-controller-role
crowdstrike.com/managed-by: kustomize
crowdstrike.com/name: clusterrole
crowdstrike.com/part-of: Falcon
crowdstrike.com/provider: crowdstrike
name: falcon-operator-admission-controller-role
rules:
- apiGroups:
- ""
resources:
- namespaces
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
- daemonsets
- deployments
verbs:
- get
- list
- watch
Loading

0 comments on commit b898af1

Please sign in to comment.