From bfbde82fb55c893188ea04b13021694fb94fc1e5 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 23 Sep 2022 09:04:02 +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 34e6105f05..2e027209e9 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -33,6 +33,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes | deployment.annotations | object | `{}` | | | deployment.automountServiceAccountToken | bool | `false` | | | deployment.autoscaling | object | `{"enabled":false,"maxReplicas":5,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Configure horizontal pod autoscaler for deployment | +| deployment.extraArgs | list | `[]` | Array of extra arguments to be passed down to the Deployment. Kubernetes args format is expected | | deployment.extraContainers | object | `{}` | If you want to add extra sidecar containers. | | deployment.extraEnv | list | `[]` | | | deployment.extraVolumeMounts | list | `[]` | Extra volume mounts, allows mounting the extraVolumes to the container. |