X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bad73626c4208fb95ac8e3d9503fc4482f936cb3..13b280ea288fd08e8c77300b087037635d739eaa:/lib/boot/supervisor.go diff --git a/lib/boot/supervisor.go b/lib/boot/supervisor.go index 4e009f45ab..2026b8c843 100644 --- a/lib/boot/supervisor.go +++ b/lib/boot/supervisor.go @@ -748,6 +748,11 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error { }, } } + cluster.StorageClasses = map[string]arvados.StorageClassConfig{ + "default": {Default: true}, + "foo": {}, + "bar": {}, + } } if super.OwnTemporaryDatabase { cluster.PostgreSQL.Connection = arvados.PostgreSQLConnection{