Remove config.kubernetes.io/package annotation

It doesn't do anything useful
This commit is contained in:
Phillip Wittrock
2020-01-07 11:22:34 -08:00
parent 0cae0feb9b
commit e473433cba
9 changed files with 16 additions and 73 deletions

View File

@@ -58,7 +58,6 @@ func (r LocalPackageWriter) Write(nodes []*yaml.RNode) error {
}
if !r.KeepReaderAnnotations {
r.ClearAnnotations = append(r.ClearAnnotations, kioutil.PackageAnnotation)
r.ClearAnnotations = append(r.ClearAnnotations, kioutil.PathAnnotation)
}