We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3209b73 commit dff8985Copy full SHA for dff8985
README.md
@@ -1 +1,9 @@
1
# The Orzhaha Library for Kubernetes
2
+
3
+helm commands
4
5
+```command
6
+helm repo add orzhaha https://orzhaha.github.io/charts/orzhaha
7
+helm search repo orzhaha
8
+helm install my-release orzhaha/<chart>
9
+```
0 commit comments