Skip to content

Commit cce1226

Browse files
author
smothiki
committed
feat(race): change heritage label for every pod launch
1 parent 4212eb6 commit cce1226

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/gitreceive/k8s_util.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ func buildPod(debug, withAuth bool, name, namespace string, env map[string]inter
9696
Name: name,
9797
Namespace: namespace,
9898
Labels: map[string]string{
99-
"heritage": "deis",
100-
"version": "2.0.0-beta",
99+
"heritage": name,
101100
},
102101
},
103102
}

0 commit comments

Comments
 (0)