1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 06:19:41 +02:00

fix(app): statefulset pvc summary [EE-6760] (#11802)

This commit is contained in:
Ali 2024-05-14 13:33:25 +12:00 committed by GitHub
parent e73b1aa49c
commit 1ba4b590f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 91 additions and 47 deletions

View file

@ -282,6 +282,11 @@ const createComplicatedStatefulSetSummaries: Array<Summary> = [
kind: 'Ingress',
name: 'default-ingress-3',
},
{
action: 'Create',
kind: 'PersistentVolumeClaim',
name: 'my-app-6be07c40-de3a-4775-a29b-19a60890052e-my-app-0',
},
{
action: 'Create',
kind: 'HorizontalPodAutoscaler',
@ -464,6 +469,11 @@ const updateComplicatedStatefulSetSummaries: Array<Summary> = [
name: 'my-app-3',
type: 'LoadBalancer',
},
{
action: 'Create',
kind: 'PersistentVolumeClaim',
name: 'test-6be07c40-de3a-4775-a29b-19a60890052e-test-0-my-app-0',
},
];
const updateDeploymentToStatefulSetSummaries: Array<Summary> = [
@ -477,6 +487,11 @@ const updateDeploymentToStatefulSetSummaries: Array<Summary> = [
kind: 'StatefulSet',
name: 'my-app',
},
{
action: 'Create',
kind: 'PersistentVolumeClaim',
name: 'test-6be07c40-de3a-4775-a29b-19a60890052e-test-0-my-app-0',
},
{
action: 'Create',
kind: 'HorizontalPodAutoscaler',