
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
14 lines
256 B
YAML
14 lines
256 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: calicoctl
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: calicoctl
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: calicoctl
|
|
namespace: kube-system
|
|
|