Skip to content

Commit

Permalink
added dockerlabels to integrationtest
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jun 4, 2018
1 parent b12bf1c commit f690360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var ecsDefault = service.Deploy{
Essential: true,
MemoryReservation: 128,
CPUReservation: 64,
DockerLabels: map[string]string{"mykey": "myvalue"},
},
},
}
Expand Down

0 comments on commit f690360

Please sign in to comment.