mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix(cron): update condition for enabling e2e cron job
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
{{- if $.Values.cronJobs.e2e.enabled }}
|
||||
{{- if and $.Values.cronJobs.e2e.enabled (not $.Values.deployment.disableDeployments) }}
|
||||
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
||||
Reference in New Issue
Block a user