mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
Merge pull request #743 from rancher-sandbox/742-set-image-processor-namespace
Set the current namespace on the image-processor
This commit is contained in:
@@ -188,6 +188,7 @@ async function startBackend(cfg: settings.Settings) {
|
||||
|
||||
k8smanager.start(cfg.kubernetes).catch(handleFailure);
|
||||
imageProcessor = setupImageProcessor(ImageProviderName, k8smanager);
|
||||
imageProcessor.namespace = cfg.images.namespace;
|
||||
}
|
||||
|
||||
Electron.app.on('second-instance', async() => {
|
||||
|
||||
Reference in New Issue
Block a user