Skip to content

Commit

Permalink
fix(softDelete): prefix tag with spinnaker: (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns authored Oct 16, 2018
1 parent a576fab commit 2dfbb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class AmazonImageHandler(
}

override fun softDeleteResources(markedResources: List<MarkedResource>, workConfiguration: WorkConfiguration) {
val tags = mapOf("swabbie" to "about_to_be_deleted")
val tags = mapOf("spinnaker:swabbie" to "about_to_be_deleted")
val taskIds = tagResources(
"Adding tag to indicate soft deletion",
Action.SOFTDELETE,
Expand Down

0 comments on commit 2dfbb8e

Please sign in to comment.