kudo: provide a way to run a trigger a plan based on parameter value

What would you like to be added: Trigger a plan based on the parameter value. Right now we can specify apply/delete tasks. But it’s hard to define a nice UX for end-users when cleanup for some objects are needed that were created based on a parameter value.

Why is this needed:

example: ENABLE_MONITORING parameter when true creates some objects that are part of the operator deploy plan. Now when changing the ENABLE_MONITORING to false, operator developers should be able to trigger a plan that deletes the same objects that were created when the parameter was true

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 16 (16 by maintainers)

Most upvoted comments

we already have a trigger plans for params - I wonder how does this one differ? 🤔 Is it that you want to run a different plan when that param is true and when it’s false?