-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a deployment #638
Comments
|
whynowy
pushed a commit
that referenced
this issue
Jan 29, 2021
* feat: implement delete function for k8s objects This implements `delete` functionality for the standard-k8s trigger. resolves #1040 fixes #638 Signed-off-by: tinkerborg <[email protected]>
juliev0
pushed a commit
to juliev0/argo-events
that referenced
this issue
Mar 29, 2022
* feat: implement delete function for k8s objects This implements `delete` functionality for the standard-k8s trigger. resolves argoproj#1040 fixes argoproj#638 Signed-off-by: tinkerborg <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So i was a able to create a deployment using argo-events, but I could not find any example on how to delete a deployment and if it is even possible. Do you have examples? I believe I just have to add a few lines on the yaml config below but I do not know what to add.
Lets say what if I want to delete
example-deployment
in thedefault
namespaceThe text was updated successfully, but these errors were encountered: