Skip to content

Commit b217c25

Browse files
authored
Merge pull request #393 from openinfradev/release
241017 main from release
2 parents 16638a3 + 4bc14ee commit b217c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tks-cli/tks-cli.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ spec:
340340
tks login {{workflow.parameters.tks_api_url}} --organization-id ${ORGANIZATION_ID} --account-id ${ACCOUNT_ID} --password ${PASSWORD}
341341
tks appgroup create --name "{{inputs.parameters.name}}" --cluster-id "{{inputs.parameters.cluster_id}}" --type "{{inputs.parameters.type}}" --description "{{inputs.parameters.description}}"
342342
343-
threshold=30
343+
threshold=60
344344
for i in $(seq 1 $threshold)
345345
do
346346
STATUS=$(tks appgroup list {{inputs.parameters.cluster_id}} | grep -w {{inputs.parameters.name}} | awk '{print $5}')

0 commit comments

Comments
 (0)