Skip to content
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
7 changes: 7 additions & 0 deletions forge-cli/templates/init/forge.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ secrets:
{{- end}}
- env

scheduler:
# Use the in-process file scheduler by default. The "auto" default would
# pick the Kubernetes CronJob backend when running in-cluster, which
# requires scheduler.kubernetes.service_url. Switch to backend: kubernetes
# (and set kubernetes.service_url) when you want durable CronJob scheduling.
backend: file

{{- if .AuthBlock}}

{{.AuthBlock}}
Expand Down
Loading