From 61a2af1782c1678a6885635572da9b9d4658d084 Mon Sep 17 00:00:00 2001 From: faizanahmad055 Date: Mon, 23 Jul 2018 19:20:52 +0500 Subject: [PATCH] Remove SHA data log --- internal/pkg/handler/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/handler/update.go b/internal/pkg/handler/update.go index f0c694e..51f16fe 100644 --- a/internal/pkg/handler/update.go +++ b/internal/pkg/handler/update.go @@ -189,7 +189,7 @@ func updateContainers(containers []v1.Container, annotationValue string, shaData } containers[i].Env = append(containers[i].Env, e) updated = true - logrus.Infof("%s environment variable does not exist, creating a new env with value %s", envar, shaData) + logrus.Infof("%s environment variable does not exist, creating a new envVar", envar) } } return updated