Skip to content

Commit 8ae996c

Browse files
authored
chore(scaleway-certmanager-webhook): regenerate readme (#29)
1 parent 8a80773 commit 8ae996c

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

charts/scaleway-certmanager-webhook/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploys 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

1919
Configuration 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+

charts/scaleway-certmanager-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ listenPort: 443
6464
## @param service.type Service type exposing the webhook
6565
## @param service.port Service port exposing the webhook
6666
## @param service.ipFamilyPolicy Service ipFamilyPolicy set the ip family policy to configure dual-stack
67-
## @param service.ipFamilyPolicy Service ipFamilies. Can be IPv4 and/or IPv6.
67+
## @param service.ipFamilies Service ipFamilies. Can be IPv4 and/or IPv6.
6868
service:
6969
type: ClusterIP
7070
port: 443

0 commit comments

Comments
 (0)