kubernetes: fix merge conflict of getMatchingHpa call
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -183,8 +183,11 @@ export const StatefulSetsAccordions = ({}: StatefulSetsAccordionsProps) => {
|
||||
<Grid item xs>
|
||||
<StatefulSetAccordion
|
||||
matchingHpa={getMatchingHpa(
|
||||
statefulset.metadata?.name,
|
||||
'statefulset',
|
||||
{
|
||||
name: statefulset.metadata?.name,
|
||||
namespace: statefulset.metadata?.namespace,
|
||||
kind: 'statefulset',
|
||||
},
|
||||
groupedResponses.horizontalPodAutoscalers,
|
||||
)}
|
||||
ownedPods={getOwnedResources(statefulset, groupedResponses.pods)}
|
||||
|
||||
Reference in New Issue
Block a user