Skip to content

Commit

Permalink
Merge pull request #826 from spolti/merge-main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
spolti authored Sep 5, 2022
2 parents 6eb91fc + c2d30af commit b799211
Show file tree
Hide file tree
Showing 56 changed files with 20,696 additions and 617 deletions.
2 changes: 1 addition & 1 deletion deploy/cluster_role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kie-cloud-operator
name: business-automation-operator
rules:
- apiGroups:
- console.openshift.io
Expand Down
12 changes: 6 additions & 6 deletions deploy/cluster_role_binding.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kie-cloud-operator
name: business-automation-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kie-cloud-operator
name: business-automation-operator
subjects:
- kind: ServiceAccount
name: kie-cloud-operator
namespace: placeholder
- kind: ServiceAccount
name: business-automation-operator
namespace: placeholder
2 changes: 1 addition & 1 deletion deploy/crs/v2/snippets/prior_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
consoleTitle: Prior Product Version
name: prior-version
spec:
version: 7.12.1
version: 7.13.0
Loading

0 comments on commit b799211

Please sign in to comment.