Skip to content

Commit c1f49eb

Browse files
authoredMar 5, 2025··
fix(docker): Give RBAC permission to delete Services (#283)
* fix(docker): Give RBAC permission to delete Services * changelog
1 parent 4ed3d1b commit c1f49eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ All notable changes to this project will be documented in this file.
1414
- Bump `stackable-operator` to 0.87.0 ([#282]).
1515
- Default to OCI for image metadata ([#268]).
1616

17+
### Fixed
18+
19+
- Give RBAC permission to `delete` Services, which is needed to set an ownerRef on already existing Services ([#283]).
20+
1721
[#267]: https://github.com/stackabletech/listener-operator/pull/267
1822
[#268]: https://github.com/stackabletech/listener-operator/pull/268
1923
[#279]: https://github.com/stackabletech/listener-operator/pull/279
2024
[#282]: https://github.com/stackabletech/listener-operator/pull/282
25+
[#283]: https://github.com/stackabletech/listener-operator/pull/283
2126

2227
## [24.11.1] - 2025-01-10
2328

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

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rules:
6060
- list
6161
- watch
6262
- create
63+
- delete # Needed to set an ownerRef on already existing Services
6364
- patch
6465
- apiGroups:
6566
- ""

0 commit comments

Comments
 (0)
Please sign in to comment.