You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a file with a commented out kubernetes manifest, LoadKubernetesObjectsFromBytes throws an error that says Object 'Kind' is missing in 'unstructured object has no kind'.
I would expect the function to ignore commented lines.
When parsing a file with a commented out kubernetes manifest,
LoadKubernetesObjectsFromBytesthrows an error that saysObject 'Kind' is missing in 'unstructured object has no kind'.I would expect the function to ignore commented lines.