File tree 3 files changed +24
-0
lines changed
helm/spark-k8s-operator/templates
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
13
## [ 0.4.0] - 2022-08-03
8
14
9
15
### Changed
Original file line number Diff line number Diff line change @@ -95,3 +95,12 @@ rules:
95
95
- sparkapplications/status
96
96
verbs :
97
97
- patch
98
+ - apiGroups :
99
+ - s3.stackable.tech
100
+ resources :
101
+ - s3connections
102
+ - s3buckets
103
+ verbs :
104
+ - get
105
+ - list
106
+ - watch
Original file line number Diff line number Diff line change @@ -95,3 +95,12 @@ rules:
95
95
- sparkapplications/status
96
96
verbs :
97
97
- patch
98
+ - apiGroups :
99
+ - s3.stackable.tech
100
+ resources :
101
+ - s3connections
102
+ - s3buckets
103
+ verbs :
104
+ - get
105
+ - list
106
+ - watch
You can’t perform that action at this time.
0 commit comments