We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d06963 commit 474562cCopy full SHA for 474562c
patch/annotation.go
@@ -65,6 +65,7 @@ func (a *Annotator) GetOriginalConfiguration(obj runtime.Object) ([]byte, error)
65
if http.DetectContentType(decoded) == "application/zip" {
66
return unZipAnnotation(decoded)
67
}
68
+ return decoded, nil
69
70
71
return []byte(original), nil
0 commit comments