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
Currently the standard k8s trigger does not support delete operations.
I would like to be able to use this for things like creating an argo-cd Application object when a pull request is opened in Github, and deleting the object when the associated PR is closed.
As an alternative, I could trigger a job but this would be a much cleaner approach.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
* feat: implement delete function for k8s objects
This implements `delete` functionality for the standard-k8s trigger.
resolves#1040fixes#638
Signed-off-by: tinkerborg <[email protected]>
* feat: implement delete function for k8s objects
This implements `delete` functionality for the standard-k8s trigger.
resolvesargoproj#1040fixesargoproj#638
Signed-off-by: tinkerborg <[email protected]>
Currently the standard k8s trigger does not support delete operations.
I would like to be able to use this for things like creating an argo-cd Application object when a pull request is opened in Github, and deleting the object when the associated PR is closed.
As an alternative, I could trigger a job but this would be a much cleaner approach.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: