Skip to content

Commit 1b333a0

Browse files
authored
Merge pull request #90 from redhat-developer/konflux-sa-migration-openshift-gitops-console-plugin
Konflux build pipeline service account migration
2 parents 29a8687 + 6235265 commit 1b333a0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.tekton/openshift-gitops-console-plugin-pull-request.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ spec:
2828
value: 5d
2929
- name: build-platforms
3030
value:
31-
- linux/x86_64
32-
- linux/arm64
33-
- linux/ppc64le
34-
- linux/s390x
31+
- linux/x86_64
32+
- linux/arm64
33+
- linux/ppc64le
34+
- linux/s390x
3535
- name: dockerfile
3636
value: .konflux/Containerfile.plugin
3737
pipelineSpec:
@@ -470,7 +470,8 @@ spec:
470470
optional: true
471471
- name: netrc
472472
optional: true
473-
taskRunTemplate: {}
473+
taskRunTemplate:
474+
serviceAccountName: build-pipeline-openshift-gitops-console-plugin
474475
workspaces:
475476
- name: workspace
476477
volumeClaimTemplate:

.tekton/openshift-gitops-console-plugin-push.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ spec:
2525
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/openshift-gitops-console-plugin:{{revision}}
2626
- name: build-platforms
2727
value:
28-
- linux/x86_64
29-
- linux/arm64
30-
- linux/ppc64le
31-
- linux/s390x
28+
- linux/x86_64
29+
- linux/arm64
30+
- linux/ppc64le
31+
- linux/s390x
3232
- name: dockerfile
3333
value: .konflux/Containerfile.plugin
3434
pipelineSpec:
@@ -467,7 +467,8 @@ spec:
467467
optional: true
468468
- name: netrc
469469
optional: true
470-
taskRunTemplate: {}
470+
taskRunTemplate:
471+
serviceAccountName: build-pipeline-openshift-gitops-console-plugin
471472
workspaces:
472473
- name: workspace
473474
volumeClaimTemplate:

0 commit comments

Comments
 (0)