Skip to content

Commit 062e02e

Browse files
committed
helm: update instructions for installation
Signed-off-by: Alexander Trost <[email protected]>
1 parent c953c59 commit 062e02e

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

charts/node-exporter-textfiles/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/node-exporter-textfiles/README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@
44

55
Checkout the [node_exporter textfile Configuration documentation](../../docs/node_exporter.md) to ensure your node_exporter is configured to pickup the textfile exported metrics.
66

7-
## Installation
7+
## Get Repo Info
88

9-
You can customize the textfiles deployed by modifying the `values.yaml` to your needs.
9+
```console
10+
helm repo add node-exporter-textfiles https://galexrt.github.io/container-node_exporter-textfiles
11+
helm repo update
12+
```
13+
14+
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
15+
16+
## Installing the Chart
17+
18+
To install the chart with the release name `my-release`:
1019

1120
```console
12-
$ helm upgrade --install RELEASE_NAME . --values values.yaml
21+
helm install my-release node-exporter-textfiles/node-exporter-textfiles
1322
```
1423

15-
## Uninstall
24+
## Uninstalling the Chart
1625

17-
Replace `RELEASE_NAME` with the Helm release name, to see your current Helm releases you can use `helm ls`.
26+
To uninstall/delete the my-release deployment:
1827

1928
```console
20-
$ helm uninstall RELEASE_NAME
29+
helm delete my-release
2130
```
31+
32+
The command removes all the Kubernetes components associated with the chart and deletes the release.

0 commit comments

Comments
 (0)