File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
deploy/helm/secret-operator/templates Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
### Fixed
12
12
13
13
- Fixed Kerberos keytab provisioning reusing its credential cache ([ #490 ] ).
14
+ - Fixed listener volumes missing a required permission to inspect manually provisioned listeners ([ #497 ] ).
14
15
15
16
### Changed
16
17
@@ -19,6 +20,7 @@ All notable changes to this project will be documented in this file.
19
20
[ #454 ] : https://github.com/stackabletech/secret-operator/pull/454
20
21
[ #490 ] : https://github.com/stackabletech/secret-operator/pull/490
21
22
[ #495 ] : https://github.com/stackabletech/secret-operator/pull/495
23
+ [ #497 ] : https://github.com/stackabletech/secret-operator/pull/497
22
24
23
25
## [ 24.7.0] - 2024-07-24
24
26
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ rules:
101
101
- listeners.stackable.tech
102
102
resources :
103
103
- listenerclasses
104
+ - listeners
104
105
- podlisteners
105
106
verbs :
106
107
- get
You can’t perform that action at this time.
0 commit comments