22
33Deploys the scaleway cert-manager webhook.
44
5- ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square ) ![ ChartVersion: 0.3 .0] ( https://img.shields.io/badge/ChartVersion-0.3 .0-informational?style=flat-square )
5+ ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square ) ![ ChartVersion: 0.4 .0] ( https://img.shields.io/badge/ChartVersion-0.4 .0-informational?style=flat-square )
66
77## Installing the Chart
88
@@ -18,16 +18,17 @@ helm upgrade --install scaleway-certmanager-webhook .
1818
1919Configuration parameters.
2020
21- | Name | Description | Value |
22- | -------------------------------- | ------------------------------------------------ | ------------------------- |
23- | ` groupName ` | Name under which the webhook will be available | ` acme.scaleway.com ` |
24- | ` certManager.namespace ` | Namespace under which cert-manager is installed | ` cert-manager ` |
25- | ` certManager.serviceAccountName ` | Name of the cert-manager service account | ` cert-manager ` |
26- | ` pki.caDuration ` | Webhook ca duration | ` 43800h ` |
27- | ` pki.servingCertificateDuration ` | Webhook certificate duration | ` 8760h ` |
28- | ` secret.accessKey ` | Default scaleway access key (optional) | ` "" ` |
29- | ` secret.secretKey ` | Default scaleway secret key (optional) | ` "" ` |
30- | ` secret.name ` | Secret name for the default scaleway credentials | ` scaleway-webhook-secret ` |
21+ | Name | Description | Value |
22+ | -------------------------------- | --------------------------------------------------------- | ------------------------- |
23+ | ` groupName ` | Name under which the webhook will be available | ` acme.scaleway.com ` |
24+ | ` certManager.namespace ` | Namespace under which cert-manager is installed | ` cert-manager ` |
25+ | ` certManager.serviceAccountName ` | Name of the cert-manager service account | ` cert-manager ` |
26+ | ` pki.caDuration ` | Webhook ca duration | ` 43800h ` |
27+ | ` pki.servingCertificateDuration ` | Webhook certificate duration | ` 8760h ` |
28+ | ` secret.accessKey ` | Default scaleway access key (optional) | ` "" ` |
29+ | ` secret.secretKey ` | Default scaleway secret key (optional) | ` "" ` |
30+ | ` secret.name ` | Secret name for the default scaleway credentials | ` scaleway-webhook-secret ` |
31+ | ` secret.externalSecretName ` | Existing secret name for the default scaleway credentials | ` "" ` |
3132
3233
3334### Common configuration
@@ -44,15 +45,16 @@ Common parameters.
4445| ` image.imagePullSecrets ` | Image pull secrets | ` [] ` |
4546| ` image.tag ` | Tag for the webhook image, defaults to AppVersion | ` "" ` |
4647| ` extraEnv ` | Additional environment variables to pass to the webhook deployment | ` [] ` |
48+ | ` listenPort ` | Port the webhook listens on | ` 443 ` |
4749| ` service.type ` | Service type exposing the webhook | ` ClusterIP ` |
4850| ` service.port ` | Service port exposing the webhook | ` 443 ` |
49- | ` listenPort ` | Port the webhook listens on | ` 443 ` |
5051| ` service.ipFamilyPolicy ` | Service ipFamilyPolicy set the ip family policy to configure dual-stack | ` "" ` |
5152| ` service.ipFamilies ` | Service ipFamilies. Can be IPv4 and/or IPv6. | ` [] ` |
5253| ` resources ` | Resources definition | ` {} ` |
5354| ` podLabels ` | Pod labels | ` {} ` |
5455| ` nodeSelector ` | Node selector | ` {} ` |
5556| ` tolerations ` | Tolerations | ` [] ` |
5657| ` affinity ` | Affinities | ` {} ` |
57- | ` securityContext ` | Container securityContext | ` {} ` |
58- | ` podSecurityContext ` | Pod securityContext | ` {} ` |
58+ | ` securityContext ` | Container security context | ` {} ` |
59+ | ` podSecurityContext ` | Pod security context | ` {} ` |
60+
0 commit comments