Skip to content

Commit 358c329

Browse files
authored
README.md: properly documented chart repo's URL (deckhouse#54)
1 parent a1ea54b commit 358c329

File tree

1 file changed

+11
-11
lines changed
  • helm/charts/k8s-image-availability-exporter

1 file changed

+11
-11
lines changed

helm/charts/k8s-image-availability-exporter/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ This chart bootstraps a [k8s-image-availability-exporter](https://github.com/fla
1212

1313
To install the chart with the release name `my-release`:
1414

15-
```console
16-
$ git clone https://github.com/flant/k8s-image-availability-exporter
17-
$ cd k8s-image-availability-exporter/helm
18-
$ helm install my-release k8s-image-availability-exporter
15+
```bash
16+
helm repo add flant_common_github https://charts.flant.com/common/github
17+
helm repo update
18+
helm install my-release flant_common_github/k8s-image-availability-exporter
1919
```
2020

21-
The command clones the repository and deploys k8s-image-availability-exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
21+
The command deploys k8s-image-availability-exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
2222

2323
The default installation includes only the deployment, service, and rbac configuration.
2424

2525
## Uninstalling the Chart
2626

2727
To uninstall/delete the `my-release` deployment:
2828

29-
```console
30-
$ helm delete my-release
29+
```bash
30+
helm delete my-release
3131
```
3232

3333
The command removes all the Kubernetes components associated with the chart and deletes the release.
@@ -52,14 +52,14 @@ The following tables list the configurable parameters of the k8s-image-availabil
5252

5353
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
5454

55-
```console
56-
$ helm install my-release k8s-image-availability-exporter --set k8sImageAvailabilityExporter.replicas=2
55+
```bash
56+
helm install my-release k8s-image-availability-exporter --set k8sImageAvailabilityExporter.replicas=2
5757
```
5858

5959
Alternatively, one or more YAML files that specify the values for the above parameters can be provided while installing the chart. For example,
6060

61-
```console
62-
$ helm install my-release k8s-image-availability-exporter -f values1.yaml,values2.yaml
61+
```bash
62+
helm install my-release k8s-image-availability-exporter -f values1.yaml,values2.yaml
6363
```
6464

6565
> **Tip**: You can use the default [values.yaml](values.yaml)

0 commit comments

Comments
 (0)