16347: Add new config key to whitelist map.
authorTom Clegg <tom@curii.com>
Wed, 6 Oct 2021 18:47:19 +0000 (14:47 -0400)
committerTom Clegg <tom@curii.com>
Fri, 8 Oct 2021 15:21:03 +0000 (11:21 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/config/export.go

index 92e2d7b4d522e2b1a07b8a5602f3318f04720645..f400dabbff8c8768739f2e4fae262c21e0639dd4 100644 (file)
@@ -119,6 +119,7 @@ var whitelist = map[string]bool{
        "Containers.JobsAPI":                                  true,
        "Containers.JobsAPI.Enable":                           true,
        "Containers.JobsAPI.GitInternalDir":                   false,
+       "Containers.LocalKeepBlobBuffersPerVCPU":              false,
        "Containers.Logging":                                  false,
        "Containers.LogReuseDecisions":                        false,
        "Containers.LSF":                                      false,