Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/ControlPlanes/controlPlanes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
metadata: {
name: '',
namespace: '',
creationTimestamp: '2024-01-01T00:00:00Z',
},
spec: {
authentication: {
Expand All @@ -27,6 +28,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
externalSecretsOperator: undefined,
kyverno: undefined,
flux: undefined,
landscaper: undefined,
},
},
status: {
Expand Down
Loading