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
When Kargo is set up to use the rendered manifest pattern, the branch it creates should be a reflection of the trunk. Example, Kargo would do the equivalent of:
Run kustomize set image in the given path on main (or specified trunk)
Commit that to main
Render the manifests to env/dev (or specified branch)
It's understood that this causes a "subscription loop", but after talking to @jessesuen - there might be a few ways to solve that so I'm opening this issue for posterity.
The text was updated successfully, but these errors were encountered:
When Kargo is set up to use the rendered manifest pattern, the branch it creates should be a reflection of the trunk. Example, Kargo would do the equivalent of:
kustomize set image
in the given path onmain
(or specified trunk)main
env/dev
(or specified branch)It's understood that this causes a "subscription loop", but after talking to @jessesuen - there might be a few ways to solve that so I'm opening this issue for posterity.
The text was updated successfully, but these errors were encountered: