Skip to content

Commit

Permalink
Change JobSink execution mode variable to K_EXECUTION_MODE
Browse files Browse the repository at this point in the history
Align to `K_SINK`.

Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi committed Nov 26, 2024
1 parent 65da6fc commit b8f7df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/sinks/v1alpha1/job_sink_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
ExecutionModeEnvVar = "KNATIVE_EXECUTION_MODE"
ExecutionModeEnvVar = "K_EXECUTION_MODE"
)

type ExecutionMode string
Expand Down

0 comments on commit b8f7df8

Please sign in to comment.