1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Update README.md

This commit is contained in:
Lucas Severo Alves 2021-05-06 12:45:34 +02:00 committed by GitHub
parent 5f39adf2ff
commit 2b5d7db3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,16 +41,24 @@ kubectl apply -f config/samples/external-secrets_v1alpha1_secretstore.yaml
kubectl apply -f config/samples/external-secrets_v1alpha1_externalsecret.yaml
```
We will add more documentation once we have the implementation for the different providers.
If you want to use helm:
```shell
helm repo add external-secrets https://charts.external-secrets.io
helm install RELEASE_NAME external-secrets/external-secrets
```
We will add more documentation once we have the implementation for the different providers. You can find some here: https://external-secrets.io
<a name="features"></a>
## Planned Features
## Features
- Support to multiple Provider stores (AWS Secret Manager, GCP Secret Manger, Vault and more) simultaneously.
- Multiple External Secrets operator instances for different contexts/environments.
- A custom refresh interval to sync the data from the Providers, syncing your Kubernetes Secrets up to date.
- Select specific versions of the Provider data.
- Advanced [templating](https://external-secrets.io/guides-templating/)
<a name="contributing"></a>