1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
This commit is contained in:
shivkumar dudhani 2019-10-30 14:09:37 -07:00
parent e022084dd0
commit 697f927b50

View file

@ -102,7 +102,7 @@ func (vc StatusControl) IncrementAnnotation() error {
// increment counter
counter++
ann[annCounter] = strconv.Itoa(counter)
glog.Info("incrementing annotation %s counter to %d", annCounter, counter)
glog.Infof("incrementing annotation %s counter to %d", annCounter, counter)
deploy.SetAnnotations(ann)
// update counter
_, err = vc.client.UpdateResource("Deployment", deployNamespace, deploy, false)