Skip to content

Commit

Permalink
Merge pull request #245 from pflanagan-cs/kac-add-read-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises authored Dec 20, 2023
2 parents 654dd90 + 1eb5784 commit 3f14596
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/falcon-kac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.5
version: 1.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.5
appVersion: 1.0.6

keywords:
- CrowdStrike
Expand Down
22 changes: 22 additions & 0 deletions helm-charts/falcon-kac/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ rules:
resources:
- namespaces
- nodes
- pods
- replicationcontrollers
- services
verbs:
- get
- list
Expand All @@ -19,6 +22,25 @@ rules:
resources:
- daemonsets
- deployments
- replicasets
- statefulsets
verbs:
- get
- list
- watch
- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- get
- list
- watch
- apiGroups:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
verbs:
- get
- list
Expand Down

0 comments on commit 3f14596

Please sign in to comment.