chore: should default objects to fetch as either undefined or DEFAULT_OBJECTs
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -177,7 +177,7 @@ export class KubernetesInitializer {
|
||||
|
||||
return {
|
||||
customResources,
|
||||
objectTypesToFetch: objectTypesToFetch ?? [],
|
||||
objectTypesToFetch: objectTypesToFetch ?? DEFAULT_OBJECTS,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user