Skip to content

Commit e4efa22

Browse files
committed
Fix yaml parser error
1 parent 3779737 commit e4efa22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ spec:
302302
name: Create ArgoCD Resources
303303
action: argocd:create-resources
304304
input:
305-
appName: {{ '${{ parameters.component_id }}' }}-bootstrap
305+
# appName: {{ '${{ parameters.component_id }}' }}-bootstrap
306+
appName: ${{ parameters.component_id }}-bootstrap
306307
argoInstance: main
307308
namespace: janus-argocd
308309
repoUrl: https://{{ '${{ parameters.repo.host }}' }}/{{ '${{ parameters.repo.owner }}' }}/{{ '${{ parameters.component_id }}' }}-gitops.git

0 commit comments

Comments
 (0)