Skip to content

Konflux build pipeline service account migration #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .tekton/gitops-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
params:
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- name: git-url
value: '{{source_url}}'
- name: revision
Expand All @@ -32,7 +32,7 @@ spec:
- name: dockerfile
value: Containerfile.plugin
- name: hermetic
value: true
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
pipelineSpec:
Expand Down Expand Up @@ -468,7 +468,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-gitops-operator
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
13 changes: 7 additions & 6 deletions .tekton/gitops-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spec:
params:
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: git-url
value: '{{source_url}}'
- name: revision
Expand All @@ -32,7 +32,7 @@ spec:
- name: dockerfile
value: Containerfile.plugin
- name: hermetic
value: true
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
pipelineSpec:
Expand Down Expand Up @@ -468,7 +468,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-gitops-operator
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
Loading