This commit is contained in:
Nawaz Dhandala
2026-03-23 10:13:44 +00:00
5 changed files with 3 additions and 397 deletions

View File

@@ -164,7 +164,7 @@ then
exit 0
fi
# Install cluster with Helm.
# Install cluster with helm-chart.
sudo helm repo add oneuptime https://oneuptime.com/chart || echo "OneUptime already added"
sudo helm repo update

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