From 8ae996c461d9cba09e12d3e3b2c8175da2a7e3cf Mon Sep 17 00:00:00 2001 From: Nox <5402193+Nox-404@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:10:52 +0200 Subject: [PATCH] chore(scaleway-certmanager-webhook): regenerate readme (#29) --- charts/scaleway-certmanager-webhook/README.md | 30 ++++++++++--------- .../scaleway-certmanager-webhook/values.yaml | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/charts/scaleway-certmanager-webhook/README.md b/charts/scaleway-certmanager-webhook/README.md index 38395b9..eb716f9 100644 --- a/charts/scaleway-certmanager-webhook/README.md +++ b/charts/scaleway-certmanager-webhook/README.md @@ -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 @@ -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 @@ -44,9 +45,9 @@ 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 | `{}` | @@ -54,5 +55,6 @@ Common parameters. | `nodeSelector` | Node selector | `{}` | | `tolerations` | Tolerations | `[]` | | `affinity` | Affinities | `{}` | -| `securityContext` | Container securityContext | `{}` | -| `podSecurityContext` | Pod securityContext | `{}` | +| `securityContext` | Container security context | `{}` | +| `podSecurityContext` | Pod security context | `{}` | + diff --git a/charts/scaleway-certmanager-webhook/values.yaml b/charts/scaleway-certmanager-webhook/values.yaml index 2157d1e..ad5658f 100644 --- a/charts/scaleway-certmanager-webhook/values.yaml +++ b/charts/scaleway-certmanager-webhook/values.yaml @@ -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