Skip to content

Commit e26ca9f

Browse files
authored
Merge pull request #252 from redhatrises/remove_authenticated
fix: remove use of system:authenticated as it is not needed anymore
2 parents afeb85d + c32e04e commit e26ca9f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

helm-charts/falcon-sensor/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.24.1
18+
version: 1.25.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.24.1
23+
appVersion: 1.25.1
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/templates/clusterrolebinding.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ metadata:
1212
crowdstrike.com/provider: crowdstrike
1313
helm.sh/chart: {{ include "falcon-sensor.chart" . }}
1414
subjects:
15-
{{- if .Values.container.enabled }}
16-
- apiGroup: rbac.authorization.k8s.io
17-
kind: Group
18-
name: system:authenticated
19-
{{- end }}
2015
- kind: ServiceAccount
2116
name: {{ .Values.serviceAccount.name }}
2217
namespace: {{ .Release.Namespace }}

0 commit comments

Comments
 (0)