Skip to content

Commit f5bef5d

Browse files
committed
Fix gui
1 parent 0938198 commit f5bef5d

2 files changed

Lines changed: 75 additions & 66 deletions

File tree

helm/dataflow-operator/templates/clusterrole.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@ rules:
6666
- patch
6767
- delete
6868
{{- if .Values.gui.enabled }}
69-
# GUI needs read-only access to pods and pod logs
69+
# GUI: список namespaces для выбора в UI
70+
- apiGroups:
71+
- ""
72+
resources:
73+
- namespaces
74+
verbs:
75+
- list
76+
- get
77+
# GUI: read-only доступ к подам и логам
7078
- apiGroups:
7179
- ""
7280
resources:

0 commit comments

Comments
 (0)