Tweak sleep for env provisioning.
This commit is contained in:
@ -146,7 +146,7 @@ htpasswd -bB ${HOME}/Downloads/users.htpasswd alienated-proud-snail admin
|
|||||||
|
|
||||||
# Replace the secret
|
# Replace the secret
|
||||||
oc create secret generic htpasswd --from-file=htpasswd=${HOME}/Downloads/users.htpasswd --dry-run=client --output yaml --namespace openshift-config | oc replace --filename -
|
oc create secret generic htpasswd --from-file=htpasswd=${HOME}/Downloads/users.htpasswd --dry-run=client --output yaml --namespace openshift-config | oc replace --filename -
|
||||||
sleep 20
|
sleep 30
|
||||||
|
|
||||||
# Login as a specified user
|
# Login as a specified user
|
||||||
oc login --username alienated-proud-snail --password admin
|
oc login --username alienated-proud-snail --password admin
|
||||||
|
|||||||
Reference in New Issue
Block a user