mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
update docs
This commit is contained in:
@@ -1,13 +1,29 @@
|
||||
### Installation
|
||||
|
||||
Test Install:
|
||||
|
||||
```
|
||||
helm install oneuptime ./HelmChart/public/oneuptime -f ./HelmChart/public/oneuptime/values.yaml
|
||||
helm install oneuptime ./HelmChart/Public/oneuptime -f ./HelmChart/Public/oneuptime/values.yaml -f ./HelmChart/Values/test.values.yaml
|
||||
```
|
||||
|
||||
Prod Install:
|
||||
|
||||
```
|
||||
helm install oneuptime ./HelmChart/Public/oneuptime -f ./HelmChart/Public/oneuptime/values.yaml -f ./HelmChart/Values/prod.values.yaml
|
||||
```
|
||||
|
||||
### Upgrade
|
||||
|
||||
Test Upgrade:
|
||||
|
||||
```
|
||||
helm upgrade oneuptime ./HelmChart/public/oneuptime -f ./HelmChart/public/oneuptime/values.yaml
|
||||
helm upgrade oneuptime ./HelmChart/Public/oneuptime -f ./HelmChart/Public/oneuptime/values.yaml -f ./HelmChart/Values/test.values.yaml
|
||||
```
|
||||
|
||||
Prod Upgrade:
|
||||
|
||||
```
|
||||
helm upgrade oneuptime ./HelmChart/Public/oneuptime -f ./HelmChart/Public/oneuptime/values.yaml -f ./HelmChart/Values/prod.values.yaml
|
||||
```
|
||||
|
||||
### Remove
|
||||
@@ -19,25 +35,12 @@ helm uninstall oneuptime
|
||||
### Lint
|
||||
|
||||
```
|
||||
helm lint ./HelmChart/public/oneuptime
|
||||
helm lint ./HelmChart/Public/oneuptime
|
||||
```
|
||||
|
||||
|
||||
### Install in Staging
|
||||
|
||||
```
|
||||
helm install oneuptime ./HelmChart/public/oneuptime -f ./HelmChart/public/oneuptime/values.yaml -f ./HelmChart/test.values.yaml
|
||||
```
|
||||
|
||||
### Run tests
|
||||
|
||||
```
|
||||
helm test oneuptime
|
||||
```
|
||||
|
||||
|
||||
### Package Helm Charts
|
||||
|
||||
```
|
||||
helm package ./HelmChart/public/oneuptime
|
||||
```
|
||||
Reference in New Issue
Block a user