X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f5764a05d616e8d3c55b94503d5a1f789ac66ea7..231a86fd3f7e30e9f66d71d92ad7c26578637e37:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 39344c0f04..faf542e6f7 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -75,6 +75,9 @@ var whitelist = map[string]bool{ "Collections.CollectionVersioning": false, "Collections.DefaultReplication": true, "Collections.DefaultTrashLifetime": true, + "Collections.ManagedProperties": true, + "Collections.ManagedProperties.*": true, + "Collections.ManagedProperties.*.*": true, "Collections.PreserveVersionIfIdle": true, "Collections.TrashSweepInterval": false, "Containers": true, @@ -98,6 +101,7 @@ var whitelist = map[string]bool{ "Containers.StaleLockTimeout": false, "Containers.SupportedDockerImageFormats": true, "Containers.UsePreemptibleInstances": true, + "EnableBetaController14287": false, "Git": false, "InstanceTypes": true, "InstanceTypes.*": true,