Commit baa0c6d9 authored by Michail Kargakis's avatar Michail Kargakis

controller: skip copying selector annotations from deployments

parent 8675adf1
......@@ -125,6 +125,8 @@ var annotationsToSkip = map[string]bool{
RevisionAnnotation: true,
DesiredReplicasAnnotation: true,
MaxReplicasAnnotation: true,
OverlapAnnotation: true,
SelectorUpdateAnnotation: true,
}
// skipCopyAnnotation returns true if we should skip copying the annotation with the given annotation key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment