File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scaffolder-templates/agentic-ai-template Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ spec:
232232 owner : {{ '${{ user.entity.metadata.name }}' }}
233233 cluster : {{ cluster_subdomain }}
234234 host : {{ '${{ parameters.repo.host }}' }}
235- destination : {{ ' ${{ parameters.repo.owner }}' }}/{{ ' ${{ parameters.component_id }}' }}
236- quay_destination : {{ ' ${{ parameters.image_organization}}' }}/{{ ' ${{ parameters.component_id }}' }}
235+ destination : ${{ parameters.repo.owner }}/ ${{ parameters.component_id }}
236+ quay_destination : ${{ parameters.image_organization}}/ ${{ parameters.component_id }}
237237 port : 8080
238238 verify_commits : {{ '${{ parameters.repo.verify_commits }}' }}
239239 ai_model : {{ '${{ parameters.ai_model }}' }}
@@ -268,7 +268,7 @@ spec:
268268 repository_name : {{ '${{parameters.component_id}}' }}
269269 git_owner : {{ '${{ parameters.repo.owner }}' }}
270270 cluster : {{ cluster_subdomain }}
271- namespace : {{ ' ${{ parameters.component_id }}' }}-dev
271+ namespace : ${{ parameters.component_id }}-dev
272272 image_registry : {{ '${{ parameters.image_registry }}' }}
273273 image_host : {{ '${{ parameters.image_host }}' }}
274274 image_organization : {{ '${{ parameters.image_organization }}' }}
You can’t perform that action at this time.
0 commit comments