You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#890
with this pull req we allow user to enable auto configure new repos but how do we support configuring existing repos in the org.
few of the ways discussed in the comments #890 (comment)
we have 2 ways now...
if auto configure is enabled then list all repos which are attached to github app.. (I guess there should be some api) and then create repository Cr for it.
or when we get event from that repo, and we don't find a any repository cr for it. we create one. (not secure but we will have to check where the event is coming from using some regex/org name)
(about importing existing repo since this PR handles only newly created repos).
maybe having a import flag in the CLI could solve this, it will :
tkn pac import organisation org
will go over every repos in the org organisation and create a namespace/repo using a template.
this could be used as well for other git providers too,
The text was updated successfully, but these errors were encountered:
It would be nice from my perspective, if any form of batch import can be expressed in GitOps compatible form. This means, that repository CRs might be created on the filesystem as an alternative to just in-cluster. Especially since additional features on this CR like custom parameters seemed to be merged recently.
#890
with this pull req we allow user to enable auto configure new repos but how do we support configuring existing repos in the org.
few of the ways discussed in the comments
#890 (comment)
and #890 (comment)
The text was updated successfully, but these errors were encountered: