@@ -34,23 +34,25 @@ Configuration parameters.
3434
3535Common parameters.
3636
37- | Name | Description | Value |
38- | ------------------------ | ------------------------------------------------------------------ | ---------------------------------------- |
39- | ` nameOverride ` | Override charts name | ` "" ` |
40- | ` fullnameOverride ` | Override charts and release name | ` "" ` |
41- | ` replicaCount ` | Number of replica | ` 1 ` |
42- | ` image.repository ` | Repository for the webhook image | ` scaleway/cert-manager-webhook-scaleway ` |
43- | ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
44- | ` image.imagePullSecrets ` | Image pull secrets | ` [] ` |
45- | ` image.tag ` | Tag for the webhook image, defaults to AppVersion | ` "" ` |
46- | ` extraEnv ` | Additional environment variables to pass to the webhook deployment | ` [] ` |
47- | ` service.type ` | Service type exposing the webhook | ` ClusterIP ` |
48- | ` service.port ` | Service port exposing the webhook | ` 443 ` |
49- | ` listenPort ` | Port the webhook listens on | ` 443 ` |
50- | ` resources ` | Resources definition | ` {} ` |
51- | ` podLabels ` | Pod labels | ` {} ` |
52- | ` nodeSelector ` | Node selector | ` {} ` |
53- | ` tolerations ` | Tolerations | ` [] ` |
54- | ` affinity ` | Affinities | ` {} ` |
55- | ` securityContext ` | Container securityContext | ` {} ` |
56- | ` podSecurityContext ` | Pod securityContext | ` {} ` |
37+ | Name | Description | Value |
38+ | ------------------------ | ----------------------------------------------------------------------- | ---------------------------------------- |
39+ | ` nameOverride ` | Override charts name | ` "" ` |
40+ | ` fullnameOverride ` | Override charts and release name | ` "" ` |
41+ | ` replicaCount ` | Number of replica | ` 1 ` |
42+ | ` image.repository ` | Repository for the webhook image | ` scaleway/cert-manager-webhook-scaleway ` |
43+ | ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
44+ | ` image.imagePullSecrets ` | Image pull secrets | ` [] ` |
45+ | ` image.tag ` | Tag for the webhook image, defaults to AppVersion | ` "" ` |
46+ | ` extraEnv ` | Additional environment variables to pass to the webhook deployment | ` [] ` |
47+ | ` service.type ` | Service type exposing the webhook | ` ClusterIP ` |
48+ | ` service.port ` | Service port exposing the webhook | ` 443 ` |
49+ | ` listenPort ` | Port the webhook listens on | ` 443 ` |
50+ | ` service.ipFamilyPolicy ` | Service ipFamilyPolicy set the ip family policy to configure dual-stack | ` "" ` |
51+ | ` service.ipFamilies ` | Service ipFamilies. Can be IPv4 and/or IPv6. | ` [] ` |
52+ | ` resources ` | Resources definition | ` {} ` |
53+ | ` podLabels ` | Pod labels | ` {} ` |
54+ | ` nodeSelector ` | Node selector | ` {} ` |
55+ | ` tolerations ` | Tolerations | ` [] ` |
56+ | ` affinity ` | Affinities | ` {} ` |
57+ | ` securityContext ` | Container securityContext | ` {} ` |
58+ | ` podSecurityContext ` | Pod securityContext | ` {} ` |
0 commit comments