Skip to content

Commit

Permalink
Fix civo timeout (#259)
Browse files Browse the repository at this point in the history
* fix terraform workspace remote url path with repo .git

* increase timeout waiting for letsencrypt certificates

* fix missed civo timeout, rm segment file
  • Loading branch information
jarededwards authored Dec 8, 2023
1 parent 26b9b1d commit 4a0b562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions pkg/segment/segment.go

This file was deleted.

2 changes: 1 addition & 1 deletion providers/civo/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func CreateCivoCluster(definition *pkgtypes.ClusterDefinition) error {
"app.kubernetes.io/name",
"kubefirst-api",
"kubefirst",
3600,
1200,
)
if err != nil {
log.Errorf("Error finding kubefirst api Deployment: %s", err)
Expand Down

0 comments on commit 4a0b562

Please sign in to comment.