We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274dc46 commit 18530baCopy full SHA for 18530ba
1 file changed
javahttpclient-chart/readme.md
@@ -1,3 +1,6 @@
1
+## Helm chart usage
2
+How to install the java based http client via helm.
3
+
4
```bash
5
helm install httpclient . -n clients --create-namespace
6
```
@@ -13,4 +16,4 @@ helm upgrade httpclient . -n clients
13
16
14
17
15
18
helm uninstall httpclient -n clients
-```
19
+```
0 commit comments