hack/prepare-for-integration-tests.sh: use log helper

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-09-11 10:09:13 -04:00
parent 22bf24b775
commit 4fa7e1bd76
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ if [[ ${#test_password} -ne 32 ]]; then
log_error "Could not create random test user password" log_error "Could not create random test user password"
exit 1 exit 1
fi fi
echo "Creating test user '$test_username'..." log_note "Creating test user '$test_username'..."
kubectl create secret generic "$test_username" \ kubectl create secret generic "$test_username" \
--namespace local-user-authenticator \ --namespace local-user-authenticator \
--from-literal=groups="$test_groups" \ --from-literal=groups="$test_groups" \