vino/config/rbac/leader_election_role_binding.yaml
Alexander Hughes 439feeb5a6 kubebuilder init
- 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>
2020-11-19 15:28:17 -05:00

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