File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
deploy/helm/opa-operator/templates Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ All notable changes to this project will be documented in this file.
47
47
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
48
48
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
49
49
- The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
50
+ - The operator helm-chart now grants RBAC ` patch ` permissions on ` events.k8s.io/events ` ,
51
+ so events can be aggregated (e.g. "error happened 10 times over the last 5 minutes") ([ #745 ] ).
50
52
51
53
### Fixed
52
54
@@ -74,6 +76,7 @@ All notable changes to this project will be documented in this file.
74
76
[ #737 ] : https://github.com/stackabletech/opa-operator/pull/737
75
77
[ #743 ] : https://github.com/stackabletech/opa-operator/pull/743
76
78
[ #744 ] : https://github.com/stackabletech/opa-operator/pull/744
79
+ [ #745 ] : https://github.com/stackabletech/opa-operator/pull/745
77
80
78
81
## [ 25.3.0] - 2025-03-21
79
82
Original file line number Diff line number Diff line change 82
82
- events.k8s.io
83
83
resources :
84
84
- events
85
- - patch
86
85
verbs :
87
86
- create
88
87
- patch
@@ -134,6 +133,7 @@ rules:
134
133
- events
135
134
verbs :
136
135
- create
136
+ - patch
137
137
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
138
138
- apiGroups :
139
139
- security.openshift.io
You can’t perform that action at this time.
0 commit comments