Skip to content

Commit 18530ba

Browse files
authored
Add Helm chart usage section to README
Added usage instructions for Helm chart installation.
1 parent 274dc46 commit 18530ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javahttpclient-chart/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Helm chart usage
2+
How to install the java based http client via helm.
3+
14
```bash
25
helm install httpclient . -n clients --create-namespace
36
```
@@ -13,4 +16,4 @@ helm upgrade httpclient . -n clients
1316

1417
```bash
1518
helm uninstall httpclient -n clients
16-
```
19+
```

0 commit comments

Comments
 (0)