Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github.com/project-slug in catalog-info.yaml shown "undefined:undefined" #43

Open
peiwang-converge opened this issue May 17, 2024 · 1 comment

Comments

@peiwang-converge
Copy link

I tried to run scaffolder-templates/clean-architecture-app, but catalog-info.yaml showned "undefined:undefined". Wonder what am I missing?

The code in catalog-info.yaml has

  annotations:
    github.com/project-slug: ${{values.destination.owner + "/" + values.destination.repo}}

but I don't see values.destination defined any where. What did I missed?

@peiwang-converge
Copy link
Author

It turned out we just need to add below line in scaffolder-templates/clean-architecture-app/template.yaml in line 108:

      destination: ${{ parameters.repoUrl | parseRepoUrl }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant