Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Nov 5, 2023
1 parent 5815b0d commit b9e0b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@ function install_tenant() {
}

function setup_sts_bucket() {
echo "Installing setub bucket job"
echo "Installing setup bucket job"
try kubectl apply -k "${SCRIPT_DIR}/../examples/kustomization/sts-example/sample-data"
namespace="minio-tenant-1"
condition="condition=Complete"
selector="metadata.name=setup-bucket"
try wait_for_resource_field_selector $namespace job $condition $selector
echo "Installing setub bucket job: DONE"
echo "Installing setup bucket job: DONE"
}

function install_sts_client() {
Expand Down

0 comments on commit b9e0b16

Please sign in to comment.