Files
awx-operator/deploy/role_binding.yaml
Jeff Geerling 80895d628a Initial commit.
2019-10-30 12:00:17 -05:00

13 lines
266 B
YAML

kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: tower-operator
subjects:
- kind: ServiceAccount
name: tower-operator
namespace: default
roleRef:
kind: ClusterRole
name: tower-operator
apiGroup: rbac.authorization.k8s.io