chore: move comment around

This commit is contained in:
Jose Diaz-Gonzalez
2025-08-22 02:30:19 -04:00
parent 434a111976
commit 0a3f7262a4

View File

@@ -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 }}
---