network int test fix (#1197)

This commit is contained in:
Mudit Verma
2019-12-04 11:00:47 +08:00
committed by Hang Yan
parent 356c64890c
commit 7f4be2a34d
3 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
"io.kompose.service": "appfoo"
},
"annotations": {
"kompose.cmd": "%CMD%"
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
}
},
@@ -28,7 +28,7 @@
"io.kompose.service": "appfoo"
},
"annotations": {
"kompose.cmd": "%CMD%"
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
}
},
+1 -1
View File
@@ -13,7 +13,7 @@
"io.kompose.service": "appfoo"
},
"annotations": {
"kompose.cmd": "%CMD%"
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
}
},