439feeb5a6
- Adds apache license - Adds basic structure of project via kubebuilder init \ --domain airshipit.org \ --license apache2 \ --repo github.com/att-comdev/vino Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
13 lines
261 B
YAML
13 lines
261 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: manager-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: manager-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: system
|