Skip to content

Commit

Permalink
Merge pull request #253 from redhatrises/remove_authenticated
Browse files Browse the repository at this point in the history
fix: remove system:authenticated from testing as it is also no longer…
  • Loading branch information
redhatrises authored Jan 24, 2024
2 parents e26ca9f + 4cd6cb0 commit fdaf1eb
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.25.1
version: 1.25.2

# 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.25.1
appVersion: 1.25.2

keywords:
- CrowdStrike
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ metadata:
labels:
{{- include "falcon-sensor.labels" . | nindent 4 }}
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 fdaf1eb

Please sign in to comment.