mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: move comment around
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{- range $processName, $config := .Values.processes }}
|
||||
# Only process cron jobs
|
||||
{{- if not (and (hasKey $config "cron") (hasKey $config.cron "id")) }}
|
||||
# Skip {{ $processName }} as it is not a cron job
|
||||
{{- continue }}
|
||||
{{- end }}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user