Skip to content

Commit

Permalink
Merge pull request #5249 from negz/snek
Browse files Browse the repository at this point in the history
Add function-template-python to well-known xpkg init templates
  • Loading branch information
bobh66 committed Jan 17, 2024
2 parents 3d4d53b + d4c4641 commit 9ea9a27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/crank/beta/xpkg/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ import (
// WellKnownTemplates are short aliases for template repositories.
func WellKnownTemplates() map[string]string {
return map[string]string{
"provider-template": "https://github.com/crossplane/provider-template",
"provider-template-upjet": "https://github.com/upbound/upjet-provider-template",
"function-template-go": "https://github.com/crossplane/function-template-go",
"provider-template": "https://github.com/crossplane/provider-template",
"provider-template-upjet": "https://github.com/upbound/upjet-provider-template",
"function-template-go": "https://github.com/crossplane/function-template-go",
"function-template-python": "https://github.com/crossplane/function-template-python",
}
}

Expand Down

0 comments on commit 9ea9a27

Please sign in to comment.