Skip to content

Commit

Permalink
fix: remove TTL seconds after finish to keep the job
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Sep 27, 2024
1 parent 0455e18 commit 5dc8a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ api:
enabled: false
# -- Toggle whether to enable pre-install & pre-upgrade hooks
useHelmHooks: true
# -- TTL for the migration job
# ttlSecondsAfterFinished: ""
# -- TTL for the migration ob, defaults to nil - disable TTL
ttlSecondsAfterFinished: nil
features:
# -- Toggle whether to disable personal organizations when a user signs up for the first time
disablePersonalOrgs: false
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ testkube-cloud-api:
image:
# -- Migrations image repository
repository: kubeshop/testkube-enterprise-api-migrations
# -- clean up finished jobs
ttlSecondsAfterFinished: 90
# -- don't clean up finished jobs (pass value in seconds to clean migrations job after completenes)
ttlSecondsAfterFinished: nil
mongo: *global_mongo_config
nats: *global_nats_config
minio:
Expand Down

0 comments on commit 5dc8a54

Please sign in to comment.