fix scripts

This commit is contained in:
Simon Larsen
2022-12-31 08:39:55 +00:00
parent 16d8bf98f4
commit 6b3c46a69c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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