Skip to content

Commit

Permalink
e2e for dynamic pv provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Mar 19, 2024
1 parent f314b1a commit 303b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func rolloutControllerServer() {
}
} */

func waitForControllerReady(c kubernetes.Interface, timeout time.Duration) error { //nolint:unparam //Keep timeout parameter, it may be used in the future
func waitForControllerReady(c kubernetes.Interface, timeout time.Duration) error {
err := wait.PollImmediate(3*time.Second, timeout, func() (bool, error) {
sts, err := c.AppsV1().StatefulSets(nameSpace).Get(ctx, controllerStsName, metav1.GetOptions{})
if err != nil {
Expand Down

0 comments on commit 303b89f

Please sign in to comment.