From 95177c690d1c325af408aed58f3056591c161492 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 19 May 2023 12:08:38 +0000 Subject: [PATCH] Regenerate helm docs [skip ci] --- helm/charts/hydra/README.md | 2 +- helm/charts/keto/README.md | 2 +- helm/charts/oathkeeper/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index a92d9d912..81dbe4ce4 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -53,7 +53,7 @@ A Helm chart for deploying ORY Hydra in Kubernetes | deployment.dnsConfig | object | `{}` | Configure pod dnsConfig. | | deployment.extraContainers | string | `""` | If you want to add extra sidecar containers. | | deployment.extraEnv | list | `[]` | Array of extra envs to be passed to the deployment. Kubernetes format is expected - name: FOO value: BAR | -| deployment.extraInitContainers | string | `""` | If you want to add extra init containers. | +| deployment.extraInitContainers | string | `""` | If you want to add extra init containers. These are processed before the migration init container. | | deployment.extraVolumeMounts | list | `[]` | | | deployment.extraVolumes | list | `[]` | If you want to mount external volume | | deployment.initContainerSecurityContext | object | `{}` | | diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index eb26365d5..cfc14e29f 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -33,7 +33,7 @@ Access Control Policies as a Server | deployment.dnsConfig | object | `{}` | Configure pod dnsConfig. | | deployment.extraContainers | string | `""` | If you want to add extra sidecar containers. | | deployment.extraEnv | list | `[]` | Array of extra Envs to be added to the deployment. K8s format expected - name: FOO value: BAR | -| deployment.extraInitContainers | object | `{}` | If you want to add extra init containers. | +| deployment.extraInitContainers | object | `{}` | If you want to add extra init containers. These are processed before the migration init container. | | deployment.extraLabels | object | `{}` | Extra labels to be added to the deployment, and pods. K8s object format expected foo: bar my.special.label/type: value | | deployment.extraPorts | list | `[]` | Extra ports to be exposed by the main deployment | | deployment.extraVolumeMounts | list | `[]` | Array of extra VolumeMounts to be added to the deployment. K8s format expected - name: my-volume mountPath: /etc/secrets/my-secret readOnly: true | diff --git a/helm/charts/oathkeeper/README.md b/helm/charts/oathkeeper/README.md index ede2462f6..fdd7981ae 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -40,7 +40,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes | deployment.extraArgs | list | `[]` | Array of extra arguments to be passed down to the Deployment. Kubernetes args format is expected | | deployment.extraContainers | string | `""` | If you want to add extra sidecar containers. | | deployment.extraEnv | list | `[]` | | -| deployment.extraInitContainers | string | `""` | If you want to add extra init containers. These are processed before the migration init container. | +| deployment.extraInitContainers | string | `""` | If you want to add extra init containers. | | deployment.extraVolumeMounts | list | `[]` | Extra volume mounts, allows mounting the extraVolumes to the container. | | deployment.extraVolumes | list | `[]` | Extra volumes you can attach to the pod. | | deployment.labels | object | `{}` | |