Skip to content

Commit e044036

Browse files
adwk67NickLarsenNZ
andauthored
fix: Re-add rbac permissions required by SDP (#397)
* fix:re-add rbac permissions required by SDP on openshift * changelog * Update deploy/helm/listener-operator/templates/roles.yaml Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent b4f3924 commit e044036

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#380]).
7+
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#380], [#397]).
88

99
### Fixed
1010

@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414

1515
[#380]: https://github.com/stackabletech/listener-operator/pull/380
1616
[#393]: https://github.com/stackabletech/listener-operator/pull/393
17+
[#397]: https://github.com/stackabletech/listener-operator/pull/397
1718

1819
## [26.3.0] - 2026-03-16
1920

deploy/helm/listener-operator/templates/roles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ rules:
6161
- get
6262
- list
6363
- watch
64+
- create
65+
- update
66+
- patch
6467
# Service created per Listener. Applied via SSA and tracked for orphan cleanup.
6568
- apiGroups:
6669
- ""

0 commit comments

Comments
 (0)