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
263 B
YAML
13 lines
263 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: leader-election-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: leader-election-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: system
|