Rename operator image name to make it unique from resource & pulp operators

This commit is contained in:
Christian M. Adams
2021-10-25 14:02:59 -04:00
parent 670b1f7d40
commit 894b0ffa5f
11 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: manager-role
name: awx-manager-role
rules:
- apiGroups:
- route.openshift.io

View File

@@ -2,11 +2,11 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: manager-rolebinding
name: awx-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: manager-role
name: awx-manager-role
subjects:
- kind: ServiceAccount
name: controller-manager