809b6234a5
* add documentation for docker provider (capd) * add manifests for docker provider (capd) * add cluster templates for control plane and workers * add site definition to use docker provider (capd) with control plane and workers Change-Id: I36a643774ce2e468b70ab29568bface3da537d41
13 lines
257 B
YAML
13 lines
257 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: proxy-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: proxy-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: system
|