Update buildkitd.toml.md

gckeepstorage is in MB, not bytes.

Signed-off-by: Rob Taylor <robtaylor@floopily.org>
v0.9
Rob Taylor 2021-02-13 13:29:16 +00:00 committed by Rob Taylor
parent 7641cbf961
commit fd8e32debc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
platforms = [ "linux/amd64", "linux/arm64" ]
namespace = "buildkit"
gc = true
# gckeepstorage sets storage limit for default gc profile, in bytes.
# gckeepstorage sets storage limit for default gc profile, in MB.
gckeepstorage = 9000
[worker.containerd.labels]
"foo" = "bar"