nebula-orchestrator/nebula-cmd

bug with setting --privileged=False in apps returning positive

naorlivne opened this issue · 1 comments

Similar to #1.

Running nebulactl update --privileged=False --app vidazoo-bi-worker accidentally sets it as True, this is due to the code assuming it being a string so if it exists it's true rather then a true\false variable.

A temp workaround is running nebulactl update --privileged='' --app vidazoo-bi-worker which will set privileged to False as expected.

fixed in latest, will be added to the next numbered release.