Skip to content

Commit

Permalink
Added apiGroup and kind for RoleBindings (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Apr 29, 2020
1 parent b3a38b8 commit 6aec3de
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basic-dotnet-core/.openshift/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions basic-nginx/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ objects:
namespace: ${APPLICATION_NAME}${ENV}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions basic-spring-boot-tekton/.openshift/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions basic-spring-boot/.openshift/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions basic-tomcat/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ objects:
namespace: ${APPLICATION_NAME}${ENV}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions blue-green-spring/.openshift/deployment/template-bg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions blue-green-spring/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
2 changes: 2 additions & 0 deletions cucumber-selenium-grid/applier/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ items:
namespace: multicluster-spring-boot-prod
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ objects:
namespace: ${NAMESPACE}
groupNames: null
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
Expand Down

0 comments on commit 6aec3de

Please sign in to comment.