Skip to content

Commit e21c547

Browse files
authored
chore: Remove unused RBAC permission for product role (#774)
* chore: Remove unused RBAC permission for product role * chore: Update changelog
1 parent e572a7a commit e21c547

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Changed
1111

12-
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]).
12+
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767], [#774]).
1313

1414
### Fixed
1515

@@ -19,6 +19,7 @@
1919
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
2020
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
2121
[#770]: https://github.com/stackabletech/airflow-operator/pull/770
22+
[#774]: https://github.com/stackabletech/airflow-operator/pull/774
2223

2324
## [26.3.0] - 2026-03-16
2425

deploy/helm/airflow-operator/templates/clusterrole-product.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ rules:
2828
- pods/log
2929
verbs:
3030
- get
31-
# Airflow components publish Kubernetes events
32-
- apiGroups:
33-
- events.k8s.io
34-
resources:
35-
- events
36-
verbs:
37-
- create
38-
- patch
3931
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
4032
# On OpenShift: allows workload pods to use the nonroot-v2 SecurityContextConstraint
4133
- apiGroups:

0 commit comments

Comments
 (0)