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:
parent
5f39adf2ff
commit
2b5d7db3b2
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -41,16 +41,24 @@ kubectl apply -f config/samples/external-secrets_v1alpha1_secretstore.yaml
|
||||||
kubectl apply -f config/samples/external-secrets_v1alpha1_externalsecret.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>
|
<a name="features"></a>
|
||||||
|
|
||||||
## Planned Features
|
## Features
|
||||||
|
|
||||||
- Support to multiple Provider stores (AWS Secret Manager, GCP Secret Manger, Vault and more) simultaneously.
|
- Support to multiple Provider stores (AWS Secret Manager, GCP Secret Manger, Vault and more) simultaneously.
|
||||||
- Multiple External Secrets operator instances for different contexts/environments.
|
- 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.
|
- 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.
|
- Select specific versions of the Provider data.
|
||||||
|
- Advanced [templating](https://external-secrets.io/guides-templating/)
|
||||||
|
|
||||||
|
|
||||||
<a name="contributing"></a>
|
<a name="contributing"></a>
|
||||||
|
|
Loading…
Reference in a new issue