add README

This commit is contained in:
ducoterra
2020-05-16 12:17:21 -04:00
parent 745e0734be
commit f5e708ecea
2 changed files with 7 additions and 79 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Homer Dashboard
## Deploy
```bash
helm template homer --set tag=1.1.1 ./helm | kubectl apply -f -
```