Skip to content

Commit e2b01ad

Browse files
configure /charts folder
1 parent 016a75d commit e2b01ad

File tree

10 files changed

+20
-1
lines changed

10 files changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# springboot-helm
1+
## Usage
2+
3+
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
4+
Helm's [documentation](https://helm.sh/docs) to get started.
5+
6+
Once Helm has been set up correctly, add the repo as follows:
7+
8+
helm repo add <alias> https://josephrodriguez.github.io/springboot-helm
9+
10+
If you had already added this repo earlier, run `helm repo update` to retrieve
11+
the latest versions of the packages. You can then run `helm search repo
12+
<alias>` to see the charts.
13+
14+
To install the <chart-name> chart:
15+
16+
helm install my-<chart-name> <alias>/<chart-name>
17+
18+
To uninstall the chart:
19+
20+
helm delete my-<chart-name>
File renamed without changes.

0 commit comments

Comments
 (0)