Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed Kaya committed Feb 27, 2022
1 parent 6c9f08b commit 7fe1052
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


```
helm package myapp
mv myapp-0.2.0.tgz docs
helm repo index docs --url https://muhammedsaidkaya.github.io/chart-museum-test
helm repo add test https://muhammedsaidkaya.github.io/chart-museum-test
helm repo update
helm upgrade --install test test/myapp
```

0 comments on commit 7fe1052

Please sign in to comment.