[ARVADOS] updated: 2.1.0-1718-g23cc75f39
Git user
git at public.arvados.org
Mon Dec 13 18:47:42 UTC 2021
Summary of changes:
lib/config/export.go | 1 +
1 file changed, 1 insertion(+)
via 23cc75f39c49d20c784fc16cb1a590f023c93559 (commit)
from 0bf88a25aa9f1ce2f4fb9e49504646ebdcaeb633 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 23cc75f39c49d20c784fc16cb1a590f023c93559
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Dec 13 13:47:28 2021 -0500
18321: Fix config export
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/export.go b/lib/config/export.go
index 4c4e341f5..a9abe0d55 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -143,6 +143,7 @@ var whitelist = map[string]bool{
"InstanceTypes": true,
"InstanceTypes.*": true,
"InstanceTypes.*.*": true,
+ "InstanceTypes.*.*.*": true,
"Login": true,
"Login.Google": true,
"Login.Google.AlternateEmailAddresses": false,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list