From 55bf375fd8a8d2a2259ec75f1b056d2c7397414b Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:43:53 +0000 Subject: [PATCH] Regenerate helm docs [skip ci] --- helm/charts/oathkeeper/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/charts/oathkeeper/README.md b/helm/charts/oathkeeper/README.md index 1f09b8465..06942b0b8 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -36,6 +36,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.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 | `{}` | |