Skip to content

Commit 2566ef9

Browse files
authored
fix: Add missing deletecollection RBAC permission (#313)
* fix: Add missing deletecollection RBAC permission * changelog * Trigger ci
1 parent db96967 commit 2566ef9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Add missing `deletecollection` RBAC permission for Spark drivers. Previously this caused confusing error
10+
messages in the spark driver log (`User "system:serviceaccount:default:my-spark-app" cannot deletecollection resource "configmaps" in API group "" in the namespace "default".`) ([#313]).
11+
12+
[#313]: https://github.com/stackabletech/spark-k8s-operator/pull/313
13+
714
## [23.11.0] - 2023-11-24
815

916
### Added

deploy/helm/spark-k8s-operator/templates/spark-clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rules:
6060
verbs:
6161
- create
6262
- delete
63+
- deletecollection
6364
- get
6465
- list
6566
- patch

0 commit comments

Comments
 (0)