Tweak sleep for env provisioning.

This commit is contained in:
2024-11-10 18:57:48 +13:00
parent a04af136a7
commit 73d7324927

View File

@ -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