Skip to content

Commit

Permalink
change dir name to runtime-vol
Browse files Browse the repository at this point in the history
Signed-off-by: adarsh0728 <[email protected]>
  • Loading branch information
adarsh0728 committed Feb 27, 2025
1 parent 627d5a4 commit 4f76d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/numaflow/v1alpha1/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const (
UDContainerLivezFailureThreshold = 5

//Runtime Info
RuntimeDirVolume = "tmp-vol"
RuntimeDirVolume = "runtime-vol"
RuntimeDirMountPath = "/var/numaflow/runtime"
RuntimeDirSizeLimit = 20 * 1024 * 1024
)
Expand Down

0 comments on commit 4f76d84

Please sign in to comment.