We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595b2e5 commit 739dd03Copy full SHA for 739dd03
1 file changed
core/src/testing/rolebinding.yaml
@@ -21,3 +21,25 @@ roleRef:
21
kind: Role
22
name: coredns-configmap-access
23
apiGroup: rbac.authorization.k8s.io
24
+---
25
+apiVersion: rbac.authorization.k8s.io/v1
26
+kind: ClusterRole
27
+metadata:
28
+ name: cf-api-pods-access
29
+rules:
30
+- apiGroups: [ "" ]
31
+ resources: [ "pods" ]
32
+ verbs: [ "get", "list", "watch" ]
33
34
35
+kind: ClusterRoleBinding
36
37
+ name: cf-api-pods-access-binding
38
+subjects:
39
+- kind: ServiceAccount
40
+ name: default
41
+ namespace: cortexflow
42
+roleRef:
43
+ kind: ClusterRole
44
45
+ apiGroup: rbac.authorization.k8s.io
0 commit comments