Skip to content

Commit

Permalink
fix: start crons
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Jan 23, 2024
1 parent 61fe784 commit e846a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ cronjobs:
~needs: [build-api-node, pg-api-node]
imagePackage: api-node
replicas: 1
entrypoint: ["tsx", "./src/cronjobs/index.ts"]
entrypoint: ["yarn", "start-cronjobs"]
envFrom:
- secretRef:
name: "pg-api-node-app"
Expand Down

0 comments on commit e846a25

Please sign in to comment.