Argo Rollout notification add some delay #4206
ajax-bychenok-y
started this conversation in
General
Replies: 1 comment
|
I need something like But |
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.
Uh oh!
There was an error while loading. Please reload this page.
I wish to send argo rollouts
on-rollout-completednotification withscaleDownDelaySeconds(Rollout parameter) delay.Looks like I need to use
when:condition and I see an example from Argo CD project https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/triggers/#functions:app.status.operationState.startedAtis Argo CD yaml field, so I need similar Rollouts field but I can't find such.Is it doable with Argot Rollouts? Can somebody push me in right direction?
All reactions