Merge pull request #30953 from backstage/blam/kubernetes-fix
`k8s`: fix issue with `objectsToFetch` defaulting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fix issue with default objects not being loaded properly
|
||||
@@ -177,7 +177,7 @@ export class KubernetesInitializer {
|
||||
|
||||
return {
|
||||
customResources,
|
||||
objectTypesToFetch: objectTypesToFetch ?? [],
|
||||
objectTypesToFetch: objectTypesToFetch ?? DEFAULT_OBJECTS,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user