Skip to content

Commit 3e8600a

Browse files
committed
remove reduntant rolebinding
1 parent b4d1d9e commit 3e8600a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

jenkins/ocp-config/deploy/jenkins-master.yml

-12
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,6 @@ objects:
267267
name: '${JENKINS_SERVICE_NAME}'
268268
labels:
269269
template: ods-jenkins-template
270-
- apiVersion: authorization.openshift.io/v1
271-
kind: RoleBinding
272-
metadata:
273-
name: '${JENKINS_SERVICE_NAME}_edit'
274-
labels:
275-
template: ods-jenkins-template
276-
roleRef:
277-
name: edit
278-
subjects:
279-
- kind: ServiceAccount
280-
name: '${JENKINS_SERVICE_NAME}'
281-
namespace: '${TAILOR_NAMESPACE}'
282270
- apiVersion: v1
283271
kind: Service
284272
metadata:

0 commit comments

Comments
 (0)