|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
|
|
|
|
|
- 
|
|
|
+ 
|
|
|
|
|
|
External secret management for Kubernetes
|
|
|
|
|
|
@@ -40,6 +40,8 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| certController.deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
|
|
|
| certController.extraArgs | object | `{}` | |
|
|
|
| certController.extraEnv | list | `[]` | |
|
|
|
+| certController.extraVolumeMounts | list | `[]` | |
|
|
|
+| certController.extraVolumes | list | `[]` | |
|
|
|
| certController.fullnameOverride | string | `""` | |
|
|
|
| certController.image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
| certController.image.repository | string | `"ghcr.io/external-secrets/external-secrets"` | |
|
|
|
@@ -75,6 +77,8 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
|
|
|
| extraArgs | object | `{}` | |
|
|
|
| extraEnv | list | `[]` | |
|
|
|
+| extraVolumeMounts | list | `[]` | |
|
|
|
+| extraVolumes | list | `[]` | |
|
|
|
| fullnameOverride | string | `""` | |
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
| image.repository | string | `"ghcr.io/external-secrets/external-secrets"` | |
|
|
|
@@ -108,12 +112,14 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| serviceMonitor.scrapeTimeout | string | `"25s"` | Timeout if metrics can't be retrieved in given time interval |
|
|
|
| tolerations | list | `[]` | |
|
|
|
| webhook.affinity | object | `{}` | |
|
|
|
-| webhook.certCheckInterval | string | `"5m"` | |
|
|
|
+| webhook.certCheckInterval | string | `"5m"` | Specifices the time to check if the cert is valid |
|
|
|
| webhook.certDir | string | `"/tmp/certs"` | |
|
|
|
| webhook.create | bool | `true` | Specifies whether a webhook deployment be created. |
|
|
|
| webhook.deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
|
|
|
| webhook.extraArgs | object | `{}` | |
|
|
|
| webhook.extraEnv | list | `[]` | |
|
|
|
+| webhook.extraVolumeMounts | list | `[]` | |
|
|
|
+| webhook.extraVolumes | list | `[]` | |
|
|
|
| webhook.failurePolicy | string | `"Fail"` | specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore |
|
|
|
| webhook.fullnameOverride | string | `""` | |
|
|
|
| webhook.hostNetwork | bool | `false` | Specifies if webhook pod should use hostNetwork or not. |
|
|
|
@@ -121,6 +127,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| webhook.image.repository | string | `"ghcr.io/external-secrets/external-secrets"` | |
|
|
|
| webhook.image.tag | string | `""` | The image tag to use. The default is the chart appVersion. |
|
|
|
| webhook.imagePullSecrets | list | `[]` | |
|
|
|
+| webhook.lookaheadInterval | string | `"1h"` | Specifices the lookaheadInterval for certificate validity |
|
|
|
| webhook.nameOverride | string | `""` | |
|
|
|
| webhook.nodeSelector | object | `{}` | |
|
|
|
| webhook.podAnnotations | object | `{}` | Annotations to add to Pod |
|