Migration e2e installation to helm (#5086)
This commit is contained in:
parent
4b5c39e97b
commit
37c24b0df5
46 changed files with 321 additions and 725 deletions
|
|
@ -36,10 +36,10 @@ import (
|
|||
|
||||
const (
|
||||
// Poll how often to poll for conditions
|
||||
Poll = 3 * time.Second
|
||||
Poll = 2 * time.Second
|
||||
|
||||
// DefaultTimeout time to wait for operations to complete
|
||||
DefaultTimeout = 3 * time.Minute
|
||||
DefaultTimeout = 2 * time.Minute
|
||||
)
|
||||
|
||||
func nowStamp() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue