mirror of https://git.rancher.io/charts
14 lines
294 B
YAML
14 lines
294 B
YAML
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
name: gke-operator
|
||
|
namespace: cattle-system
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: gke-operator
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: gke-operator
|
||
|
namespace: cattle-system
|