fix(cron): update condition for enabling e2e cron job

This commit is contained in:
Nawaz Dhandala
2026-03-23 10:11:25 +00:00
parent 5656ad2e62
commit 910d7d0066

View File

@@ -1,5 +1,5 @@
{{- if $.Values.cronJobs.e2e.enabled }}
{{- if and $.Values.cronJobs.e2e.enabled (not $.Values.deployment.disableDeployments) }}
apiVersion: batch/v1
kind: CronJob