Skip to content

Commit

Permalink
fix(vapt): update task def
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Feb 2, 2024
1 parent c7dedc8 commit ba4d95f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .aws/deploy/backend-task-definition.vapt.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@
}
],
"dockerLabels": {
"com.datadoghq.tags.env": "<ENV>",
"com.datadoghq.tags.service": "<SERVICE>",
"com.datadoghq.tags.version": "<VERSION>"
"com.datadoghq.tags.env": "vapt",
"com.datadoghq.tags.service": "isomer",
"com.datadoghq.tags.version": "7"
},
"mountPoints": [],
"volumesFrom": [],
Expand Down

0 comments on commit ba4d95f

Please sign in to comment.