Skip to content

Commit

Permalink
Merge pull request #56 from irizzante/dev
Browse files Browse the repository at this point in the history
Use function-go-templating and allow more customization
  • Loading branch information
ytsarev authored May 24, 2024
2 parents 14cd5a6 + 562d7cd commit 71af979
Show file tree
Hide file tree
Showing 9 changed files with 344 additions and 544 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/.idea

*.xpkg
kubeconfig
kubeconfig
devbox*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ uptest: $(UPTEST) $(KUBECTL) $(KUTTL)
e2e: build controlplane.up local.xpkg.deploy.configuration.$(PROJECT_NAME) uptest

render:
crossplane beta render examples/network-xr.yaml apis/basic/composition.yaml examples/function/function.yaml -r
crossplane beta render examples/network-xr.yaml apis/composition.yaml examples/functions.yaml -r

yamllint:
@$(INFO) running yamllint
Expand Down
Loading

0 comments on commit 71af979

Please sign in to comment.