Replies: 1 comment
-
Please search the repo, as there have been many prior discussions about this and a proposal currently open that is related to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 flows for my apps:
latest
andlatest-pprof
. When the-pprof
suffix is used, my service is loaded ispprof
.Today the process is manual:
<service>
values file<commit-sha>
to<commit-sha>-pprof
I wanted to use Kargo for that, but since the same steps are utilized in my "simply promote envs" flow, I tried comma separating the
authorized-stage
annotation but I don't think it's supported.Anything else I can do?
Beta Was this translation helpful? Give feedback.
All reactions