зеркало из https://github.com/Azure/draft-classic.git
update draftd storage setup for configmaps
This commit is contained in:
Родитель
1a711c491a
Коммит
13687151bf
|
@ -126,7 +126,8 @@ func (c *startCmd) run() (err error) {
|
|||
}
|
||||
switch c.storageEngine {
|
||||
case "configmaps":
|
||||
cfg.Storage = cfgmaps.NewStore(cfg.Kube, "default")
|
||||
const namespace = "default"
|
||||
cfg.Storage = cfgmaps.NewConfigMaps(cfg.Kube.CoreV1().ConfigMaps(namespace))
|
||||
case "inprocess":
|
||||
cfg.Storage = inprocess.NewStore()
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче