Skip to content

Commit

Permalink
trivial. remove suspend step when byoh installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed May 3, 2024
1 parent 258116b commit 1ff704e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tks-cluster/create-usercluster-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ spec:
]
when: "{{steps.tks-create-cluster-repo.outputs.parameters.managed_cluster}} == false"

- - name: suspend
template: suspend
when: "{{steps.tks-create-cluster-repo.outputs.parameters.infra_provider}} == byoh"
# - - name: suspend
# template: suspend
# when: "{{steps.tks-create-cluster-repo.outputs.parameters.infra_provider}} == byoh"

- - name: install-cluster-autoscaler
templateRef:
Expand Down

0 comments on commit 1ff704e

Please sign in to comment.