Skip to content

Commit eb05b0a

Browse files
committed
feat(controllers): give RCs the same labels as their pods. Label selectors are easier that way
1 parent be8934f commit eb05b0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rootfs/scheduler/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
"name": "$name",
9393
"labels": {
9494
"app": "$id",
95+
"version": "$appversion",
96+
"type": "$type",
9597
"heritage": "deis"
9698
}
9799
},
@@ -144,6 +146,8 @@
144146
"name": "$name",
145147
"labels": {
146148
"app": "$id",
149+
"version": "$appversion",
150+
"type": "$type",
147151
"heritage": "deis"
148152
}
149153
},

0 commit comments

Comments
 (0)