From 790af88d61bb3d0f0368faae22e94b4e533df92d Mon Sep 17 00:00:00 2001 From: francisy Date: Thu, 9 Dec 2021 10:47:50 -0500 Subject: [PATCH] Remove diff Getting rid of logs that will show diff in results Change-Id: I8994506f517928c1a945b794e72b2b7cbb960ab7 --- armada/handlers/chart_deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/armada/handlers/chart_deploy.py b/armada/handlers/chart_deploy.py index 20feb27e..b0303616 100644 --- a/armada/handlers/chart_deploy.py +++ b/armada/handlers/chart_deploy.py @@ -141,7 +141,6 @@ class ChartDeploy(object): else: action = metrics.ChartDeployAction.UPGRADE LOG.info("Found updates to chart release inputs") - result['diff'] = {chart['release']: str(diff)} def upgrade(): # do actual update