e892df58dc
- Run codebase through YAPF for formatting - Add tox configuration for yapf and pep8 - Fix some non-YAPF pep8 failures - Enhance verify_site for better MaaS-integration testing - Create initial basic functional test Change-Id: Ie5b5275d7795693a6551764362aee916b99b3e56
17 lines
339 B
YAML
17 lines
339 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1alpha1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: generous-permissions
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: cluster-admin
|
|
subjects:
|
|
- kind: Group
|
|
name: system:masters
|
|
- kind: Group
|
|
name: system:authenticated
|
|
- kind: Group
|
|
name: system:unauthenticated
|