Replies: 1 comment
-
Can you represent promotion as a PR to a deploy repo? PR's can generally be configured to require a set of checks (such as post sync status) as well as one or more manual approvals. |
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
-
We want to implement argocd with promotions and manual judgment. Since they are not provided directly, how are people doing this. Anyone implemented anything like this.
Say for below
stage->[ask for promotion]->prod
We have a idea that we can use pre and post sync to check if the deployment is done in stage before proceeding to prod.
We can also offload this to gitlab. In stages we can apply the deployment first to stage and then to prod. But here the problem is access control. We want few people to have deploy in stage and few can deploy in prod.
Beta Was this translation helpful? Give feedback.
All reactions