Skip to content

fix: deployment message on delete instance trigger

Rafay Ghafoor requested to merge rafayghafoor/fix-delete-trigger into main

Description

Destroy pipeline triggers deployment message of update type instead of delete message. This PR aims to fix that by adding additional attribute to check if the trigger is of delete type.

Supporting information

Jira: Link

Github: Link

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated
Edited by Rafay Ghafoor

Merge request reports