-
Notifications
You must be signed in to change notification settings - Fork 62
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
Create new git repository for idpbuilder examples and allow the use of URL for flag -p #184
Comments
this makes sense to me, thanks. I am also wondering whether we should pull out the existing examples directory and submodule it into the core idpbuilder tool for the existing packages to work out of the box. |
This feels like it should tie in with this proposal -> cnoe-io/proposals#1 |
@nimakaviani that's what I was proposing, to move out the existing examples directory from this repo to the new examples git repo
|
sure. I am wondering whether submoduling would be a good way to bring it back in or shall we keep them separate |
Friends don't let friends to submodule, unless the friend will automate the upgrade to the submodule reference |
haha fair! |
I agree with the proposal, I was just thinking about this ⬆️ |
It would be a good idea to create a git repository with examples that are contributed by the community.
This issue covers two main ideas:
idpbuilder
to allow to pass an URL to the-p
flagI'm not sure what would be the name of the git repo some thing like
cnoe-examples
oridpbuilder-examples
or justexamples
This allows for the community to open issues requesting end to end examples, and for contributors to provide examples.
The user experience should that user should be able to run
idpbuilder
with-p
and point to an url to deploy the example.The URL format would follow kustomize URL remote targets
It would look like this
This would git clone the files to a tmp directory, and start idpbuilder create -p using the tmp dir
Using the kustomize go-lib then we can support ssh git, timeouts, ref/branches, etc.
For now user would need to git clone and use idpbuilder.
The text was updated successfully, but these errors were encountered: