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:
Matt Farina
2021-10-06 17:22:11 -04:00
committed by GitHub

View File

@@ -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() => {