Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed May 16, 2017
1 parent 5e1cb70 commit aebe601
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions script/test/fixtures/buildargs/output-os-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@
"apiVersion": "v1",
"metadata": {
"name": "foo1",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"io.kompose.service": "foo1"
}
},
"spec": {
"triggers": [
Expand Down Expand Up @@ -270,7 +273,10 @@
"apiVersion": "v1",
"metadata": {
"name": "foo",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"io.kompose.service": "foo"
}
},
"spec": {
"triggers": [
Expand Down

0 comments on commit aebe601

Please sign in to comment.