Skip to content

Commit

Permalink
fix typo in utils (#1093)
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ authored Oct 18, 2024
1 parent 8fbfdcd commit cc65c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func EnsureAnnotationForConfigMap(cm *corev1.ConfigMap, annotations map[string]s
cm.Annotations = make(map[string]string)
}
for k, v := range annotations {
cm.Labels[k] = v
cm.Annotations[k] = v
}
}

Expand Down

0 comments on commit cc65c9e

Please sign in to comment.