Skip to content

Commit

Permalink
examples: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Mar 13, 2024
1 parent 73301f4 commit ec2821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rrsa/oss-python3-sdk/test.sh
Expand Up @@ -5,7 +5,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
CLUSTER_ID="$1"
KUBECONFIG_PATH="${SCRIPT_DIR}/kubeconfig"
NAMESPACE="rrsa-demo-oss-python3-sdk"
ROLE_NAME="oss-list-buckets"
ROLE_NAME="test-rrsa-demo"
POLICY_NAME="test-cs-describe-clusters"

trap cleanup EXIT
Expand Down

0 comments on commit ec2821b

Please sign in to comment.