Skip to content

Commit 8c9cf96

Browse files
committed
Use hyphen instead of underscore in pod label
Signed-off-by: Fabio Graetz <[email protected]>
1 parent 115c23d commit 8c9cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/utils/secrets"
88
)
99

10-
const executionIdentityVariable = "execution_identity"
10+
const executionIdentityVariable = "execution-identity"
1111

1212
// TaskExecutionContext provides a layer on top of core TaskExecutionContext with a custom TaskExecutionMetadata.
1313
type TaskExecutionContext struct {

0 commit comments

Comments
 (0)