20978: Add MaximumPriceFactor to exported config.
[arvados.git] / lib / config / export.go
index e1f5ff9ee13473d77328e8c8521d9d4370b76483..cbd9ff6d7f982c2818829b89f7a15fab9b5ca044 100644 (file)
@@ -136,6 +136,7 @@ var whitelist = map[string]bool{
        "Containers.LogReuseDecisions":             false,
        "Containers.LSF":                           false,
        "Containers.MaxDispatchAttempts":           false,
+       "Containers.MaximumPriceFactor":            true,
        "Containers.MaxRetryAttempts":              true,
        "Containers.MinRetryPeriod":                true,
        "Containers.PreemptiblePriceFactor":        false,