We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0938198 commit f5bef5dCopy full SHA for f5bef5d
2 files changed
helm/dataflow-operator/templates/clusterrole.yaml
@@ -66,7 +66,15 @@ rules:
66
- patch
67
- delete
68
{{- if .Values.gui.enabled }}
69
-# GUI needs read-only access to pods and pod logs
+# GUI: список namespaces для выбора в UI
70
+- apiGroups:
71
+ - ""
72
+ resources:
73
+ - namespaces
74
+ verbs:
75
+ - list
76
+ - get
77
+# GUI: read-only доступ к подам и логам
78
- apiGroups:
79
- ""
80
resources:
0 commit comments