Skip to content

Commit

Permalink
Fix serviceAccountImagesPath in release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Jan 11, 2025
1 parent eb5e16a commit ad5e766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/operator-release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
- name: platforms
value: $(params.platforms)
- name: serviceAccountPath
value: $(params.serviceAccountPath)
value: $(params.serviceAccountImagesPath)
- name: kubeDistro
value: kubernetes
- name: releaseFilePrefix
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
- name: platforms
value: $(params.platforms)
- name: serviceAccountPath
value: $(params.serviceAccountPath)
value: $(params.serviceAccountImagesPath)
- name: kubeDistro
value: openshift
- name: releaseFilePrefix
Expand Down

0 comments on commit ad5e766

Please sign in to comment.