Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 456c9e2

Browse files
chore(docs): update helm install command (#703)
* Update README.md - Fix helm install command The helm install command is missing the name parameter, so it does not work on helm 3.2.1 at least. * Update helm commands in docs
1 parent f119000 commit 456c9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The official [helm chart](charts/kubernetes-external-secrets) can be used to cre
4848

4949
```bash
5050
$ helm repo add external-secrets https://external-secrets.github.io/kubernetes-external-secrets/
51-
$ helm install external-secrets/kubernetes-external-secrets
51+
$ helm install [RELEASE_NAME] external-secrets/kubernetes-external-secrets
5252
```
5353

5454
For more details about configuration see the [helm chart docs](charts/kubernetes-external-secrets/README.md)

charts/kubernetes-external-secrets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```bash
88
$ helm repo add external-secrets https://external-secrets.github.io/kubernetes-external-secrets/
9-
$ helm install external-secrets/kubernetes-external-secrets
9+
$ helm install [RELEASE_NAME] external-secrets/kubernetes-external-secrets
1010
```
1111

1212
See below for [Helm V2 considerations](#helm-v2-considerations) when installing the chart.

0 commit comments

Comments
 (0)