some of created objects were missing io.kompose.service label

label added to BuildConfig, DaemonSet, ReplicationController, Deployment and Pod
This commit is contained in:
Tomas Kral
2017-05-16 17:56:32 +02:00
parent 7e785bb31f
commit 792976da1f
29 changed files with 278 additions and 71 deletions
+4 -1
View File
@@ -34,7 +34,10 @@
"apiVersion": "extensions/v1beta1",
"metadata": {
"name": "client",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"io.kompose.service": "client"
}
},
"spec": {
"replicas": 1,