File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,6 +389,9 @@ spec:
389389 operator : in
390390 values :
391391 - " false"
392+ workspaces :
393+ - name : workspace
394+ workspace : workspace
392395 - name : clamav-scan
393396 params :
394397 - name : image-digest
@@ -499,6 +502,9 @@ spec:
499502 operator : in
500503 values :
501504 - " false"
505+ workspaces :
506+ - name : workspace
507+ workspace : workspace
502508 - name : sast-unicode-check
503509 params :
504510 - name : image-digest
@@ -521,6 +527,9 @@ spec:
521527 operator : in
522528 values :
523529 - " false"
530+ workspaces :
531+ - name : workspace
532+ workspace : workspace
524533 - name : apply-tags
525534 params :
526535 - name : IMAGE_URL
@@ -584,13 +593,25 @@ spec:
584593 values :
585594 - " false"
586595 workspaces :
596+ - name : workspace
587597 - name : git-auth
588598 optional : true
589599 - name : netrc
590600 optional : true
591601 taskRunTemplate :
592602 serviceAccountName : build-pipeline-trustee-operator-bundle
593603 workspaces :
604+ - name : workspace
605+ volumeClaimTemplate :
606+ metadata :
607+ creationTimestamp :
608+ spec :
609+ accessModes :
610+ - ReadWriteOnce
611+ resources :
612+ requests :
613+ storage : 1Gi
614+ status : {}
594615 - name : git-auth
595616 secret :
596617 secretName : ' {{ git_auth_secret }}'
You can’t perform that action at this time.
0 commit comments