Skip to content

Commit 33f6068

Browse files
committed
pod.yaml: use jenkins SA to run cosa
This way we can transparently use `oc start-build` for the release job. Really, we could use a SA with a stricter role to do this.
1 parent a029806 commit 33f6068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/pod.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
name: coreos-assembler
77
kind: Pod
88
spec:
9+
# run as `jenkins` so we can do `oc start-build`
10+
serviceAccountName: jenkins
911
containers:
1012
- name: jnlp
1113
image: jenkins-slave-base-centos7:latest

0 commit comments

Comments
 (0)