mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
📚 corrected helm install command (#1330)
This commit is contained in:
parent
03da357171
commit
acdd9d7c67
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ External secret management for Kubernetes
|
||||||
## TL;DR
|
## TL;DR
|
||||||
```bash
|
```bash
|
||||||
helm repo add external-secrets https://charts.external-secrets.io
|
helm repo add external-secrets https://charts.external-secrets.io
|
||||||
helm install external-secrets/external-secrets
|
helm install external-secrets external-secrets/external-secrets
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
Loading…
Reference in a new issue