17 lines
384 B
Text
17 lines
384 B
Text
|
apiVersion: v1
|
||
|
items:
|
||
|
- apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
name: system:cloud-controller-manager
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: system:cloud-controller-manager
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: cloud-controller-manager
|
||
|
namespace: kube-system
|
||
|
kind: List
|
||
|
metadata: {}
|