We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115c23d commit 8c9cf96Copy full SHA for 8c9cf96
flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go
@@ -7,7 +7,7 @@ import (
7
"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/utils/secrets"
8
)
9
10
-const executionIdentityVariable = "execution_identity"
+const executionIdentityVariable = "execution-identity"
11
12
// TaskExecutionContext provides a layer on top of core TaskExecutionContext with a custom TaskExecutionMetadata.
13
type TaskExecutionContext struct {
0 commit comments