Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 authored Jan 11, 2024
1 parent 618c731 commit a499970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ For example, it is possible to call Markdowns from a git directly as remote Mark
You can create your own values file with the html files included. The helm chart creates in this example the config mount by itself:
```
1. Installing with default values inside reveal namespace:
helm install reveal . --create-namespace -n reveal
helm install revealjs . --create-namespace -n revealjs
2. Installing with your own values inside reveal namespace:
helm install reveal . --create-namespace -n reveal -f ../../yourvalues.yaml
helm install revealjs . --create-namespace -n revealjs -f ../../yourvalues.yaml
3. You can also uninstalling it, after your presentation:
helm uninstall reveal -n reveal
helm uninstall revealjs -n revealjs
```

## Used tools
Expand Down

0 comments on commit a499970

Please sign in to comment.