1
0
Fork 0
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:
Kratik Jain 2022-07-08 17:37:08 +05:30 committed by GitHub
parent 03da357171
commit acdd9d7c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ External secret management for Kubernetes
## TL;DR
```bash
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