forked from LaconicNetwork/kompose
network int test fix (#1197)
This commit is contained in:
+2
-2
@@ -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
@@ -13,7 +13,7 @@
|
||||
"io.kompose.service": "appfoo"
|
||||
},
|
||||
"annotations": {
|
||||
"kompose.cmd": "%CMD%"
|
||||
"kompose.cmd": "%CMD%",
|
||||
"kompose.version": "%VERSION%"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user