There was an error while loading. Please reload this page.
1 parent 0aab6e4 commit 9f4e43cCopy full SHA for 9f4e43c
replicate/common/common.go
@@ -56,7 +56,7 @@ func CopyAnnotations[I, O Annotatable](input I, output O) {
56
strip, ok := val[StripAnnotations]
57
if !ok || strings.ToLower(strip) != "true" {
58
for k, v := range val {
59
-if strings.HasPrefix(k, Prefix) {
+if strings.HasPrefix(k, ReplicatorPrefix) {
60
continue
61
}
62
copy[k] = v
0 commit comments