Remove Log Info

Passwords are shown in logs that need to be removed

Change-Id: I0be2d53c9e613ecb4b4f62c5164266fbaa596944
This commit is contained in:
francisy 2021-12-03 18:15:38 -05:00
parent 7c432fdcb4
commit 82a138f11b
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ class ChartDeploy(object):
else:
action = metrics.ChartDeployAction.UPGRADE
LOG.info("Found updates to chart release inputs")
LOG.debug("Release=%s, diff=%s", release_id, diff)
result['diff'] = {chart['release']: str(diff)}
def upgrade():