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