20978: Add MaximumPriceFactor to exported config. 20978-instance-types
authorTom Clegg <tom@curii.com>
Fri, 3 Nov 2023 14:16:31 +0000 (10:16 -0400)
committerTom Clegg <tom@curii.com>
Fri, 3 Nov 2023 14:16:31 +0000 (10:16 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

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,