|
|
@@ -1,6 +1,6 @@
|
|
|
# External Secrets
|
|
|
|
|
|
-<p"left"><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png" width="100x" alt="eso-logo-large"/></p>
|
|
|
+<p align="left"><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png" width="100x" /></p>
|
|
|
|
|
|
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
|
|
|
|
|
@@ -99,20 +99,13 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| extraVolumes | list | `[]` | |
|
|
|
| fullnameOverride | string | `""` | |
|
|
|
| hostNetwork | bool | `false` | Run the controller on the host network |
|
|
|
-| image.flavour | string | `""` | The flavour of tag you want to use There are different image flavours available, like distroless and ubi. Please see GitHub release notes for image tags for these flavors. By default, the distroless image is used. |
|
|
|
+| image.flavour | string | `""` | The flavour of tag you want to use There are different image flavours available, like distroless and ubi. Please see GitHub release notes for image tags for these flavors. By default the distroless image is used. |
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
| image.repository | string | `"ghcr.io/external-secrets/external-secrets"` | |
|
|
|
| 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 | `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. |
|
|
|
-| livenessProbe.address | string | `""` | Address for liveness probe |
|
|
|
-| livenessProbe.failureThreshold | int | `5` | Number of consecutive probe failures that should occur before considering the probe as failed |
|
|
|
-| livenessProbe.initialDelaySeconds | int | `10` | Delay in seconds for container to start before performing the initial probe |
|
|
|
-| livenessProbe.periodSeconds | int | `10` | Period in seconds for K8s to start performing probes |
|
|
|
-| livenessProbe.port | int | `8082` | Liveness probe port for kubelet |
|
|
|
-| livenessProbe.successThreshold | int | `1` | Number of successful probes to mark probe successful |
|
|
|
-| livenessProbe.timeoutSeconds | int | `5` | Specify the maximum amount of time to wait for a probe to respond before considering it fails |
|
|
|
| metrics.listen.port | int | `8080` | |
|
|
|
| metrics.service.annotations | object | `{}` | Additional service annotations |
|
|
|
| metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
|
|
|
@@ -159,13 +152,13 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| webhook.affinity | object | `{}` | |
|
|
|
| webhook.certCheckInterval | string | `"5m"` | Specifices the time to check if the cert is valid |
|
|
|
| webhook.certDir | string | `"/tmp/certs"` | |
|
|
|
-| webhook.certManager.addInjectorAnnotations | bool | `true` | Automatically add the cert-manager.io/inject-ca-from annotation to the webhooks and CRDs. As long as you have the cert-manager CA Injector enabled, this will automatically set up your webhook's CA to the one used by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector |
|
|
|
+| webhook.certManager.addInjectorAnnotations | bool | `true` | Automatically add the cert-manager.io/inject-ca-from annotation to the webhooks and CRDs. As long as you have the cert-manager CA Injector enabled, this will automatically setup your webhook's CA to the one used by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector |
|
|
|
| webhook.certManager.cert.annotations | object | `{}` | Add extra annotations to the Certificate resource. |
|
|
|
| webhook.certManager.cert.create | bool | `true` | Create a certificate resource within this chart. See https://cert-manager.io/docs/usage/certificate/ |
|
|
|
| webhook.certManager.cert.duration | string | `"8760h"` | Set the requested duration (i.e. lifetime) of the Certificate. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec One year by default. |
|
|
|
-| webhook.certManager.cert.issuerRef | object | `{"group":"cert-manager.io","kind":"Issuer","name":"my-issuer"}` | For the Certificate created by this chart, set up the issuer. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec |
|
|
|
+| webhook.certManager.cert.issuerRef | object | `{"group":"cert-manager.io","kind":"Issuer","name":"my-issuer"}` | For the Certificate created by this chart, setup the issuer. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec |
|
|
|
| webhook.certManager.cert.renewBefore | string | `""` | How long before the currently issued certificate’s expiry cert-manager should renew the certificate. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec Note that renewBefore should be greater than .webhook.lookaheadInterval since the webhook will check this far in advance that the certificate is valid. |
|
|
|
-| webhook.certManager.enabled | bool | `false` | Enabling cert-manager support will disable the built-in secret and switch to using cert-manager (installed separately) to automatically issue and renew the webhook certificate. This chart does not install cert-manager for you, See https://cert-manager.io/docs/ |
|
|
|
+| webhook.certManager.enabled | bool | `false` | Enabling cert-manager support will disable the built in secret and switch to using cert-manager (installed separately) to automatically issue and renew the webhook certificate. This chart does not install cert-manager for you, See https://cert-manager.io/docs/ |
|
|
|
| webhook.create | bool | `true` | Specifies whether a webhook deployment be created. |
|
|
|
| webhook.deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
|
|
|
| webhook.extraArgs | object | `{}` | |
|