Move DindVolumeSize to playground opts

This commit is contained in:
Marcos Lilljedahl
2019-04-23 01:47:06 -03:00
parent 1bee95e862
commit 4b1dc52c59
11 changed files with 65 additions and 41 deletions

View File

@@ -38,4 +38,5 @@ type InstanceConfig struct {
Tls bool
PlaygroundFQDN string
Type string
DindVolumeSize string
}