X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ffa1fd1fdf584c71e248e9bb7d523f788a517510..444dfb847a5d6eda3a84ef5f4e508703d0634a91:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 7adb50ec37..2a3d0e173a 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -84,6 +84,7 @@ var whitelist = map[string]bool{ "Collections.BalanceCollectionBuffers": false, "Collections.BalancePeriod": false, "Collections.BalanceTimeout": false, + "Collections.BalanceUpdateLimit": false, "Collections.BlobDeleteConcurrency": false, "Collections.BlobMissingReport": false, "Collections.BlobReplicateConcurrency": false, @@ -204,6 +205,10 @@ var whitelist = map[string]bool{ "Services.*": true, "Services.*.ExternalURL": true, "Services.*.InternalURLs": false, + "StorageClasses": true, + "StorageClasses.*": true, + "StorageClasses.*.Default": true, + "StorageClasses.*.Priority": true, "SystemLogs": false, "SystemRootToken": false, "TLS": false, @@ -233,7 +238,7 @@ var whitelist = map[string]bool{ "Volumes.*.ReadOnly": true, "Volumes.*.Replication": true, "Volumes.*.StorageClasses": true, - "Volumes.*.StorageClasses.*": false, + "Volumes.*.StorageClasses.*": true, "Workbench": true, "Workbench.ActivationContactLink": false, "Workbench.APIClientConnectTimeout": true,