Add the ability to reference a GitRepository resource #1335
Labels
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
discussion
This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
enhancement
This issue is a feature request
Right now there is some overlap when using Flux and Kapp controller together. Flux already provides the source controller to be able to poll a git repo. Kapp also has this functionality. It would be really nice to be able to use the Flux controller's GitRepository resource as a source for the Kapp controller. Today I can use the
app.spec.fetch.http
to reference the tar that the GitRepository creates, but that is not sustainable. being able to reference the GitRepository natively within the app spec would make this really easy to use and essentially turn Kapp into a flux controller .I would propose that we add
app.spec.fetch.GitRepository
(or something similar) to the spec so that this can be done natively.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: