Remove SHA data log

This commit is contained in:
faizanahmad055
2018-07-23 19:20:52 +05:00
parent c7d4a0aa9d
commit 61a2af1782

View File

@@ -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