Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denanmusinovic authored Mar 28, 2024
1 parent d59d364 commit c9cbf74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ docker-compose --file=docker-compose.local.yml up -d --build
```
## Running application with helm chart
Helm command example:

```helm upgrade --install --namespace distributor broken -set repeaterID=5r9Kci7AKLx4bkN58yYCDz --set token=nptbmxr.nexp.kkaux80olef2mew3n3r3rw08tww3c4f5 --set cluster=hotel.playground.neuralegion.com --set timeout=40000 --set repeaterImageTag=v11.5.0-next.4 - --set ingress.url=broken.k3s.brokencrystals.nexploit.app --set ingress.cert=distributorwildcard --set ingress.authlevel=- . --wait```
```bash
helm upgrade --install --namespace distributor broken -set repeaterID=5r9Kci7AKLx4bkN58yYCDz --set token=nptbmxr.nexp.kkaux80olef2mew3n3r3rw08tww3c4f5 --set cluster=hotel.playground.neuralegion.com --set timeout=40000 --set repeaterImageTag=v11.5.0-next.4 - --set ingress.url=broken.k3s.brokencrystals.nexploit.app --set ingress.cert=distributorwildcard --set ingress.authlevel=- . --wait
```

**Arguments info:**

Expand Down

0 comments on commit c9cbf74

Please sign in to comment.