Skip to content

Commit 5e6a4ba

Browse files
Change roles to clusterroles for operators (#1426)
This will change the katib-controller and katib-ui roles to clusterroles. Additionally Dominik Fleischmann is being added to the owners of the katib operators.
1 parent 6219737 commit 5e6a4ba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

operators/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
approvers:
2+
- DomFleischmann
23
- knkski
34
- rfmvasconcelos

operators/katib-controller/reactive/katib_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def start_charm():
143143
"serviceAccount": {
144144
"roles": [
145145
{
146+
"global": True,
146147
"rules": [
147148
{
148149
"apiGroups": [""],

operators/katib-ui/reactive/katib_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def start_charm():
5151
{
5252
"version": 2,
5353
"serviceAccount": {
54+
"global": True,
5455
"rules": [
5556
{
5657
"apiGroups": [""],

0 commit comments

Comments
 (0)