Skip to content

Commit

Permalink
skip cert validation in e2e (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye authored Feb 9, 2024
1 parent b2b0240 commit c5697e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/steps/steps_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var correctlyAuthInjected = func(cr csmv1.ContainerStorageModule, annotations ma
if err != nil {
return err
}
err = modules.CheckApplyContainersAuth(cnt, string(cr.Spec.Driver.CSIDriverType), false)
err = modules.CheckApplyContainersAuth(cnt, string(cr.Spec.Driver.CSIDriverType), true)
if err != nil {
return err
}
Expand Down

0 comments on commit c5697e3

Please sign in to comment.