Skip to content

Commit

Permalink
[Refactor] Update README.md to modify wget link
Browse files Browse the repository at this point in the history
  • Loading branch information
na3150 authored Aug 8, 2023
1 parent a360013 commit 936cd7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following table lists the configurable parameters for `vaules.yaml` of the e

Once Helm is set up properly, add the repo as follows:

```shell
```
$ helm repo add etcd-autobackup https://jujy-oidc.github.io/etcd-autobackup-helm-repo/stable
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
Expand All @@ -74,7 +74,7 @@ Update Complete. ⎈Happy Helming!⎈
```

### Confirm the repository
```shell
```
$ helm repo list
NAME URL
...
Expand All @@ -83,7 +83,7 @@ etcd-autobackup https://jujy-oidc.github.io/etcd-autobackup-helm-repo/stable

### Search charts in the repository
You can then run `helm search repo etcd-autobackup` to see the charts.
```shell
```
$ helm search repo etcd-autobackup
NAME CHART VERSION APP VERSION DESCRIPTION
etcd-autobackup/etcd-autobackup 1.0.0 A Helm chart for etcd-autobackup service
Expand All @@ -92,15 +92,15 @@ etcd-autobackup/etcd-autobackup 1.0.0 A Helm chart for etcd-
### Custom values
Download `values.yaml` and write it according to your convenience. Check the [configuration](#-configuration).

```shell
wget https://github.com/JUJY-OIDC/etcd-autobackup-helm-repo/blob/main/helm-chart/values.yaml
```
wget https://github.com/JUJY-OIDC/etcd-autobackup-helm-repo/blob/main/etcd-autobackup/values.yaml
```

### Using the chart
Specify `values.yaml` using `--values` option and install helm chart.
Make sure the `values.yaml` path is clear.

```shell
```
helm install etcd-autobackup etcd-autobackup/etcd-autobackup --values=values.yaml
```

Expand Down

0 comments on commit 936cd7d

Please sign in to comment.