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
575 B
20 lines
575 B
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: mashibing-deployment
|
|
app.kubernetes.io/part-of: mashibing-deployment
|
|
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
|