Skip to content

Commit fdefda2

Browse files
Update driver/kubernetes/manifest/manifest.go
proper naming Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com>
1 parent 48e8a20 commit fdefda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/kubernetes/manifest/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
containerName = "buildkitd"
5252
AnnotationPlatform = "buildx.docker.com/platform"
5353
LabelApp = "app"
54-
memoryVolumeName = "buildkit-memory"
54+
rootVolumeName = "buildkit-root"
5555
)
5656

5757
type ErrReservedAnnotationPlatform struct{}

0 commit comments

Comments
 (0)