We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16638a3 + 4bc14ee commit b217c25Copy full SHA for b217c25
tks-cli/tks-cli.yaml
@@ -340,7 +340,7 @@ spec:
340
tks login {{workflow.parameters.tks_api_url}} --organization-id ${ORGANIZATION_ID} --account-id ${ACCOUNT_ID} --password ${PASSWORD}
341
tks appgroup create --name "{{inputs.parameters.name}}" --cluster-id "{{inputs.parameters.cluster_id}}" --type "{{inputs.parameters.type}}" --description "{{inputs.parameters.description}}"
342
343
- threshold=30
+ threshold=60
344
for i in $(seq 1 $threshold)
345
do
346
STATUS=$(tks appgroup list {{inputs.parameters.cluster_id}} | grep -w {{inputs.parameters.name}} | awk '{print $5}')
0 commit comments