Skip to content

Commit 8d58660

Browse files
committed
Add missing role to read S3Connection and S3Bucket objects (#112)
# Description *Please add a description here. This will become the commit message of the merge request later.*
1 parent a580d47 commit 8d58660

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Add missing role to read S3Connection and S3Bucket objects ([#112]).
10+
11+
[#112]: https://github.com/stackabletech/spark-k8s-operator/pull/112
12+
713
## [0.4.0] - 2022-08-03
814

915
### Changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ rules:
9595
- sparkapplications/status
9696
verbs:
9797
- patch
98+
- apiGroups:
99+
- s3.stackable.tech
100+
resources:
101+
- s3connections
102+
- s3buckets
103+
verbs:
104+
- get
105+
- list
106+
- watch

deploy/manifests/roles.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ rules:
9595
- sparkapplications/status
9696
verbs:
9797
- patch
98+
- apiGroups:
99+
- s3.stackable.tech
100+
resources:
101+
- s3connections
102+
- s3buckets
103+
verbs:
104+
- get
105+
- list
106+
- watch

0 commit comments

Comments
 (0)