Skip to content

Commit cc65c9e

Browse files
authored
fix typo in utils (#1093)
Signed-off-by: Allen Li <[email protected]>
1 parent 8fbfdcd commit cc65c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func EnsureAnnotationForConfigMap(cm *corev1.ConfigMap, annotations map[string]s
325325
cm.Annotations = make(map[string]string)
326326
}
327327
for k, v := range annotations {
328-
cm.Labels[k] = v
328+
cm.Annotations[k] = v
329329
}
330330
}
331331

0 commit comments

Comments
 (0)