mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix scripts
This commit is contained in:
@@ -32,7 +32,7 @@ helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./kubernetes/values-
|
||||
### Install on production
|
||||
|
||||
```
|
||||
helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./kubernetes/values-saas-production.yaml fi ./HelmChart/public/oneuptime --namespace default
|
||||
helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./Kubernetes/values-saas-production.yaml fi ./HelmChart/public/oneuptime --namespace default
|
||||
```
|
||||
|
||||
### Update Cluster
|
||||
|
||||
@@ -7,7 +7,7 @@ bash preinstall.sh
|
||||
# Pull latest changes
|
||||
git pull
|
||||
|
||||
docker compose pull
|
||||
sudo docker compose pull
|
||||
|
||||
|
||||
# Create database if it does not exists
|
||||
|
||||
Reference in New Issue
Block a user