You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
543 B
20 lines
543 B
2 years ago
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/name: clusterrolebinding
|
||
|
app.kubernetes.io/instance: proxy-rolebinding
|
||
|
app.kubernetes.io/component: kube-rbac-proxy
|
||
|
app.kubernetes.io/created-by: demo
|
||
|
app.kubernetes.io/part-of: demo
|
||
|
app.kubernetes.io/managed-by: kustomize
|
||
|
name: proxy-rolebinding
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: proxy-role
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: controller-manager
|
||
|
namespace: system
|