We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d87501f + 04ec234 commit 8f8d22eCopy full SHA for 8f8d22e
README.md
@@ -2,3 +2,17 @@
2
3
4
You can find charts in charts folder and oci images for every chart in github packages.
5
+
6
+## How to use (example)
7
+#### yaml rendering
8
+```bash
9
+helm template oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
10
+```
11
+#### show chart values
12
13
+helm show values oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
14
15
+#### install chart
16
17
+helm install py-app oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
18
0 commit comments