Skip to content

Commit a36151a

Browse files
committed
Fix yaml parser error
1 parent a15a27d commit a36151a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scaffolder-templates/agentic-ai-template/template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}' }}

0 commit comments

Comments
 (0)