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

@@ -263,7 +263,6 @@ func (r *LocalPackageReader) initReaderAnnotations(path string, _ os.FileInfo) {
r.SetAnnotations = map[string]string{}
}
if !r.OmitReaderAnnotations {
r.SetAnnotations[kioutil.PackageAnnotation] = filepath.Dir(path)
r.SetAnnotations[kioutil.PathAnnotation] = path
}
}