File tree Expand file tree Collapse file tree
deploy/helm/airflow-operator/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments