We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91650ad commit d2ff608Copy full SHA for d2ff608
scaffolder-templates/agentic-ai-template/template.yaml
@@ -315,7 +315,9 @@ spec:
315
output:
316
links:
317
- title: Source Code Repository
318
- url: {{ '${{ steps.publish.output.remoteUrl }}' }}
+ # url: {{ '${{ steps.publish.output.remoteUrl }}' }}
319
+ url: ${{ steps.publish.output.remoteUrl }}
320
- title: Open Component in catalog
321
icon: catalog
- entityRef: {{ '${{ steps.register.output.entityRef }}' }}
322
+ # entityRef: {{ '${{ steps.register.output.entityRef }}' }}
323
+ entityRef: ${{ steps.register.output.entityRef }}
0 commit comments