Skip to content

Commit fdaf1eb

Browse files
authored
Merge pull request #253 from redhatrises/remove_authenticated
fix: remove system:authenticated from testing as it is also no longer…
2 parents e26ca9f + 4cd6cb0 commit fdaf1eb

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.25.1
18+
version: 1.25.2
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.25.1
23+
appVersion: 1.25.2
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/templates/tests/test-cluster-permissions.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ metadata:
2525
labels:
2626
{{- include "falcon-sensor.labels" . | nindent 4 }}
2727
subjects:
28-
{{- if .Values.container.enabled }}
29-
- apiGroup: rbac.authorization.k8s.io
30-
kind: Group
31-
name: system:authenticated
32-
{{- end }}
3328
- kind: ServiceAccount
3429
name: {{ .Values.serviceAccount.name }}
3530
namespace: {{ .Release.Namespace }}

0 commit comments

Comments
 (0)