|
|
@@ -1,14 +1,16 @@
|
|
|
-# external-secrets
|
|
|
+# External Secrets
|
|
|
+
|
|
|
+<p align="left"><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/round_eso_logo.png" width="100x" /></p>
|
|
|
|
|
|
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
|
|
|
|
|
-  
|
|
|
+ 
|
|
|
|
|
|
External secret management for Kubernetes
|
|
|
|
|
|
## TL;DR
|
|
|
```bash
|
|
|
-helm repo add external-secrets https://external-secrets.github.io/external-secrets
|
|
|
+helm repo add external-secrets https://charts.external-secrets.io
|
|
|
helm install external-secrets/external-secrets
|
|
|
```
|
|
|
|
|
|
@@ -28,10 +30,6 @@ helm uninstall external-secrets
|
|
|
```
|
|
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
|
|
|
|
|
-## Configuration
|
|
|
-Read through the external-secrets [values.yaml](https://github.com/external-secrets/external-secrets/blob/master/deploy/charts/external-secrets/values.yaml)
|
|
|
-file. It has several commented out suggested values.
|
|
|
-
|
|
|
## Values
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
@@ -45,7 +43,7 @@ file. It has several commented out suggested values.
|
|
|
| image.tag | string | `""` | The image tag to use. The default is the chart appVersion. |
|
|
|
| imagePullSecrets | list | `[]` | |
|
|
|
| installCRDs | bool | `true` | If set, install and upgrade CRDs through helm chart. |
|
|
|
-| leaderElect | bool | `true` | If true, external-secrets will perform leader election between instances to ensure no more than one instance of external-secrets operates at a time. |
|
|
|
+| leaderElect | bool | `false` | If true, external-secrets will perform leader election between instances to ensure no more than one instance of external-secrets operates at a time. |
|
|
|
| nameOverride | string | `""` | |
|
|
|
| nodeSelector | object | `{}` | |
|
|
|
| podAnnotations | object | `{}` | |
|