Skip to content

Commit e51ed41

Browse files
authored
Merge pull request #9653 from zalando-incubator/kubernetes-resource-analyzer-access
Give kubernetes-resource-analyzer access to read resources
2 parents 779a873 + 59ed1ea commit e51ed41

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
name: kubernetes-resource-analyzer
5+
labels:
6+
application: kubernetes
7+
application: resource-analyzer
8+
roleRef:
9+
apiGroup: rbac.authorization.k8s.io
10+
kind: ClusterRole
11+
name: readonly
12+
subjects:
13+
- apiGroup: rbac.authorization.k8s.io
14+
kind: User
15+
name: zalando-iam:zalando:service:stups_kubernetes

0 commit comments

Comments
 (0)