mirror of https://github.com/kubernetes/kops.git
Merge pull request #14604 from johngmyers/fix-keypair-test
Fix the keypair-rotation scenario test
This commit is contained in:
commit
feffc79181
|
|
@ -19,7 +19,7 @@ source "${REPO_ROOT}"/tests/e2e/scenarios/lib/common.sh
|
|||
|
||||
kops-acquire-latest
|
||||
|
||||
OVERRIDES="${OVERRIDES} --master-size=t4g.medium --node-size=t4g.medium"
|
||||
OVERRIDES="${OVERRIDES-} --master-size=t4g.medium --node-size=t4g.medium"
|
||||
|
||||
kops-up
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue