Skip to content

Commit a3f29fd

Browse files
committed
fix: remove undefined field from v1beta1.PodDisruptionBudget
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 75c9f60 commit a3f29fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ func TestIntegration(t *testing.T) {
592592
pdb.Status.CurrentHealthy = 1
593593
pdb.Status.DesiredHealthy = 1
594594
pdb.Status.ExpectedPods = 1
595-
pdb.Status.PodDisruptionsAllowed = 0
596595
pdb.Status.ObservedGeneration = 1
597596
}),
598597
NewTestMatch("pvc match",

0 commit comments

Comments
 (0)