Skip to content

Commit

Permalink
chore(scaleway-certmanager-webhook): regenerate readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nox-404 authored Oct 16, 2024
1 parent 8a80773 commit 8ae996c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions charts/scaleway-certmanager-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploys the scaleway cert-manager webhook.

![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)
![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)

## Installing the Chart

Expand All @@ -18,16 +18,17 @@ helm upgrade --install scaleway-certmanager-webhook .

Configuration parameters.

| Name | Description | Value |
| -------------------------------- | ------------------------------------------------ | ------------------------- |
| `groupName` | Name under which the webhook will be available | `acme.scaleway.com` |
| `certManager.namespace` | Namespace under which cert-manager is installed | `cert-manager` |
| `certManager.serviceAccountName` | Name of the cert-manager service account | `cert-manager` |
| `pki.caDuration` | Webhook ca duration | `43800h` |
| `pki.servingCertificateDuration` | Webhook certificate duration | `8760h` |
| `secret.accessKey` | Default scaleway access key (optional) | `""` |
| `secret.secretKey` | Default scaleway secret key (optional) | `""` |
| `secret.name` | Secret name for the default scaleway credentials | `scaleway-webhook-secret` |
| Name | Description | Value |
| -------------------------------- | --------------------------------------------------------- | ------------------------- |
| `groupName` | Name under which the webhook will be available | `acme.scaleway.com` |
| `certManager.namespace` | Namespace under which cert-manager is installed | `cert-manager` |
| `certManager.serviceAccountName` | Name of the cert-manager service account | `cert-manager` |
| `pki.caDuration` | Webhook ca duration | `43800h` |
| `pki.servingCertificateDuration` | Webhook certificate duration | `8760h` |
| `secret.accessKey` | Default scaleway access key (optional) | `""` |
| `secret.secretKey` | Default scaleway secret key (optional) | `""` |
| `secret.name` | Secret name for the default scaleway credentials | `scaleway-webhook-secret` |
| `secret.externalSecretName` | Existing secret name for the default scaleway credentials | `""` |


### Common configuration
Expand All @@ -44,15 +45,16 @@ Common parameters.
| `image.imagePullSecrets` | Image pull secrets | `[]` |
| `image.tag` | Tag for the webhook image, defaults to AppVersion | `""` |
| `extraEnv` | Additional environment variables to pass to the webhook deployment | `[]` |
| `listenPort` | Port the webhook listens on | `443` |
| `service.type` | Service type exposing the webhook | `ClusterIP` |
| `service.port` | Service port exposing the webhook | `443` |
| `listenPort` | Port the webhook listens on | `443` |
| `service.ipFamilyPolicy` | Service ipFamilyPolicy set the ip family policy to configure dual-stack | `""` |
| `service.ipFamilies` | Service ipFamilies. Can be IPv4 and/or IPv6. | `[]` |
| `resources` | Resources definition | `{}` |
| `podLabels` | Pod labels | `{}` |
| `nodeSelector` | Node selector | `{}` |
| `tolerations` | Tolerations | `[]` |
| `affinity` | Affinities | `{}` |
| `securityContext` | Container securityContext | `{}` |
| `podSecurityContext` | Pod securityContext | `{}` |
| `securityContext` | Container security context | `{}` |
| `podSecurityContext` | Pod security context | `{}` |

2 changes: 1 addition & 1 deletion charts/scaleway-certmanager-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ listenPort: 443
## @param service.type Service type exposing the webhook
## @param service.port Service port exposing the webhook
## @param service.ipFamilyPolicy Service ipFamilyPolicy set the ip family policy to configure dual-stack
## @param service.ipFamilyPolicy Service ipFamilies. Can be IPv4 and/or IPv6.
## @param service.ipFamilies Service ipFamilies. Can be IPv4 and/or IPv6.
service:
type: ClusterIP
port: 443
Expand Down

0 comments on commit 8ae996c

Please sign in to comment.