Applicationset targetRevision issue for using split repos with pull request generator #21481
Unanswered
nia-potato
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi ive been struggling to get a multi repo setup for the pull request generator in a appset. Lets say:
so basically the pull request generator will monitor PRs in repo1, while the manifests it will deploy live in repo2. when i tried to do this i got
which im assuming is because it expected that head sha in repo2 as well via
targetRevision
, not just in repo1.So knowing this issue, and unable to control what the users branch name creation in repo1, how would one fill repo2's
targetRevision
so that the cluster manifest gets deployed?i would really like to avoid having a separate job somewhere where its only function is just creating branch clones in repo2 whenever repo1 has a new branch.
or should i be using something else?
thanks
Beta Was this translation helpful? Give feedback.
All reactions