forked from LaconicNetwork/kompose
Copy the service labels also to Deployment Pod spec annotations (#1166)
* Copy the service labels also to Deployment Pod spec annotations This allows kube2iam to work * Remove test file forgotten from version 1.0.0 * Update test fixtures to have Deployment.spec.t.m.annotations * Fix name conversion "test_server" -> "test-server" It looks unrelated to my changes, but still changing. * Fixing some more output fixtures
This commit is contained in:
committed by
Hang Yan
parent
4f07f2a5a4
commit
30655b4dd6
@@ -24,6 +24,10 @@
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"io.kompose.service": "web"
|
||||
},
|
||||
"annotations": {
|
||||
"kompose.cmd": "%CMD%",
|
||||
"kompose.version": "%VERSION%"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
@@ -68,4 +72,4 @@
|
||||
"status": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+10
-2
@@ -54,6 +54,10 @@
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"io.kompose.service": "new-my-service"
|
||||
},
|
||||
"annotations": {
|
||||
"kompose.cmd": "%CMD%",
|
||||
"kompose.version": "%VERSION%"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
@@ -92,12 +96,16 @@
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"io.kompose.service": "server"
|
||||
},
|
||||
"annotations": {
|
||||
"kompose.cmd": "%CMD%",
|
||||
"kompose.version": "%VERSION%"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "test_server",
|
||||
"name": "test-server",
|
||||
"image": "test",
|
||||
"ports": [
|
||||
{
|
||||
@@ -115,4 +123,4 @@
|
||||
"status": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+6
-2
@@ -54,12 +54,16 @@
|
||||
"creationTimestamp": null,
|
||||
"labels": {
|
||||
"io.kompose.service": "server"
|
||||
},
|
||||
"annotations": {
|
||||
"kompose.cmd": "%CMD%",
|
||||
"kompose.version": "%VERSION%"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "test_server",
|
||||
"name": "test-server",
|
||||
"image": "test",
|
||||
"ports": [
|
||||
{
|
||||
@@ -77,4 +81,4 @@
|
||||
"status": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "test_server",
|
||||
"name": "test-server",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user