Commit 261f8697 authored by harshavardhan.c's avatar harshavardhan.c

enh: enabled push logic for Helm-chart.

parent 61cb010a
...@@ -204,8 +204,8 @@ if __name__ == '__main__': ...@@ -204,8 +204,8 @@ if __name__ == '__main__':
helm_out_file_path=helm_out_file_path, helm_out_file_path=helm_out_file_path,
global_config_data=global_config_data, global_config_data=global_config_data,
module_name=_file.split(".yml")[0]) module_name=_file.split(".yml")[0])
# push_helm_deployments(helm_repo, git_access_token, _client_name, final_helm_path=OUTPUT_PATH, push_helm_deployments(helm_repo, git_access_token, _client_name, final_helm_path=OUTPUT_PATH,
# base_path=helm_path) base_path=helm_path)
except Exception as e: except Exception as e:
logging.exception(f"Exception Occurred while processing the Helm-Script Preparation {e.args}") logging.exception(f"Exception Occurred while processing the Helm-Script Preparation {e.args}")
......
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