Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename cloud account #158

Merged
merged 2 commits into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tks-cli/tks-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: login-tks-api
container:
name: login-tks-api
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand All @@ -31,7 +31,7 @@ spec:
- name: description
container:
name: create-usercluster
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand All @@ -43,7 +43,7 @@ spec:
tks cluster create ${CL_NAME} \
--stack-template-id "{{inputs.parameters.stack_template_id}}" \
--organization-id "{{inputs.parameters.organization_id}}" \
--cloud-setting-id "{{inputs.parameters.cloud_account_id}}" \
--cloud-account-id "{{inputs.parameters.cloud_account_id}}" \
--description "{{inputs.parameters.description}}"

threshold=30
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
- name: cluster_id
container:
name: delete-usercluster
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
- name: description
container:
name: create-appgroup
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
- name: appgroup_id
container:
name: delete-appgroup
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
- name: name
container:
name: get-appgroup-id
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.1
image: harbor-cicd.taco-cat.xyz/tks/tks-e2e-test:v2.1.2
command:
- /bin/bash
- '-exc'
Expand Down