We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572aa39 commit 4c564eeCopy full SHA for 4c564ee
pkg/rotation/reconciler_test.go
@@ -433,6 +433,7 @@ func TestReconcileNoError(t *testing.T) {
433
434
// test with pod being terminated
435
podToAdd.DeletionTimestamp = &metav1.Time{Time: time.Now()}
436
+ podToAdd.Finalizers = []string{"testingFinalizer"}
437
kubeClient = fake.NewSimpleClientset(podToAdd, test.nodePublishSecretRefSecretToAdd)
438
initObjects = []client.Object{
439
podToAdd,
0 commit comments