Skip to content

Commit 7c2a418

Browse files
authored
fix: revert labels rename (#5560)
1 parent ac0a17b commit 7c2a418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/dockerExecuteOnKubernetes.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private String generatePodSpec(Map config) {
362362
apiVersion: "v1",
363363
kind : "Pod",
364364
metadata : [
365-
labels: config.uniqueId,
365+
lables: config.uniqueId, // Should be fixed !
366366
annotations: [:]
367367
],
368368
spec : [:]

0 commit comments

Comments
 (0)