14713: Fix handling default/missing keys, can't load default file
[arvados.git] / lib / config / export.go
index a050492b3e422706961c5b0920c51c5f2835c49b..dbbaac127415da357b4628f41ed735f5278580bf 100644 (file)
@@ -101,7 +101,7 @@ var whitelist = map[string]bool{
        "Containers.MaxDispatchAttempts":               false,
        "Containers.MaxRetryAttempts":                  true,
        "Containers.MinRetryPeriod":                    true,
-       "Containers.ReserveExtraRam":                   true,
+       "Containers.ReserveExtraRAM":                   true,
        "Containers.SLURM":                             false,
        "Containers.StaleLockTimeout":                  false,
        "Containers.SupportedDockerImageFormats":       true,