Skip to content

Commit

Permalink
Merge pull request #252 from redhatrises/remove_authenticated
Browse files Browse the repository at this point in the history
fix: remove use of system:authenticated as it is not needed anymore
  • Loading branch information
redhatrises authored Jan 24, 2024
2 parents afeb85d + c32e04e commit e26ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm-charts/falcon-sensor/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.24.1
version: 1.25.1

# 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.24.1
appVersion: 1.25.1

keywords:
- CrowdStrike
Expand Down
5 changes: 0 additions & 5 deletions helm-charts/falcon-sensor/templates/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ metadata:
crowdstrike.com/provider: crowdstrike
helm.sh/chart: {{ include "falcon-sensor.chart" . }}
subjects:
{{- if .Values.container.enabled }}
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: system:authenticated
{{- end }}
- kind: ServiceAccount
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit e26ca9f

Please sign in to comment.