File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -397,9 +397,9 @@ spec:
397
397
- name : CACHI2_ARTIFACT
398
398
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
399
399
- name : ARGS
400
- value : " --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
400
+ value : --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
401
401
- name : IGNORE_FILE_PATHS
402
- value : " vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go"
402
+ value : vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go
403
403
runAfter :
404
404
- build-image-index
405
405
taskRef :
@@ -621,7 +621,8 @@ spec:
621
621
optional : true
622
622
- name : netrc
623
623
optional : true
624
- taskRunTemplate : {}
624
+ taskRunTemplate :
625
+ serviceAccountName : build-pipeline-assisted-installer-ds-main
625
626
workspaces :
626
627
- name : git-auth
627
628
secret :
Original file line number Diff line number Diff line change @@ -394,9 +394,9 @@ spec:
394
394
- name : CACHI2_ARTIFACT
395
395
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
396
396
- name : ARGS
397
- value : " --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
397
+ value : --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
398
398
- name : IGNORE_FILE_PATHS
399
- value : " vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go"
399
+ value : vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go
400
400
runAfter :
401
401
- build-image-index
402
402
taskRef :
@@ -558,7 +558,8 @@ spec:
558
558
- name : IMAGE
559
559
value : $(tasks.build-image-index.results.IMAGE_URL)
560
560
- name : ADDITIONAL_TAGS
561
- value : ["latest"]
561
+ value :
562
+ - latest
562
563
runAfter :
563
564
- build-image-index
564
565
taskRef :
@@ -620,7 +621,8 @@ spec:
620
621
optional : true
621
622
- name : netrc
622
623
optional : true
623
- taskRunTemplate : {}
624
+ taskRunTemplate :
625
+ serviceAccountName : build-pipeline-assisted-installer-ds-main
624
626
workspaces :
625
627
- name : git-auth
626
628
secret :
You can’t perform that action at this time.
0 commit comments