Commit 14f387aa authored by prakash.raguri's avatar prakash.raguri

fix

parent 9960c40c
......@@ -75,6 +75,8 @@ class HelmVersionUpgrade:
if not os.path.exists(template_path):
os.makedirs(template_path)
for _module in _module_names:
if _module == "data":
continue
helm_out_file_path = os.path.join(output_path, f'{_module}.yml')
if _module in ModuleConstants.IOT_DATA_PROCESSOR:
_module = ModuleConstants.IOT_DATA_PROCESSOR_MODULE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment