mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Merge branch 'master' of https://github.com/OneUptime/oneuptime
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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