Skip to content

Commit

Permalink
Michael's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Jan 5, 2024
1 parent 38b96f7 commit 383068a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oplabels/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func AddOperatorAnnotations(m map[string]string, dc *api.CassandraDatacenter) {
}
if len(dc.Spec.AdditionalAnnotations) != 0 {
for key, value := range dc.Spec.AdditionalAnnotations {
m[key] = api.CleanLabelValue(value)
m[key] = value
}
}
}
Expand Down

0 comments on commit 383068a

Please sign in to comment.