File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ` helm ` -charts
2
2
3
+ ## Usage
4
+
5
+ [ Helm] ( https://helm.sh ) must be installed to use the charts. Please refer to Helm's [ documentation] ( https://helm.sh/docs ) to get started.
6
+
7
+ Once Helm has been set up correctly, add the repo as follows:
8
+
9
+ ``` sh
10
+ helm repo add pascaliske https://charts.pascaliske.dev
11
+ ```
12
+
13
+ If you had already added this repo earlier, run ` helm repo update ` to retrieve the latest versions of the packages.
14
+ You can then run ` helm search repo pascaliske ` to see the charts.
15
+
16
+ To install a chart:
17
+
18
+ ``` sh
19
+ helm install < chart> pascaliske/< chart>
20
+ ```
21
+
22
+ To uninstall the chart:
23
+
24
+ ``` sh
25
+ helm delete < chart>
26
+ ```
27
+
3
28
## License
4
29
5
30
[ MIT] ( LICENSE.md ) – © 2021 [ Pascal Iske] ( https://pascaliske.dev )
You can’t perform that action at this time.
0 commit comments