From 9faeb471a4be825b617443ffb3b2c1f9f8f14f51 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 13 Sep 2023 12:04:08 +0200 Subject: [PATCH] update readme --- charts/authentik/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 35373733..0da915b8 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -180,10 +180,12 @@ redis: | startupProbe.httpGet.path | string | `"/-/health/live/"` | liveness probe url path | | startupProbe.httpGet.port | string | `"http"` | | | startupProbe.periodSeconds | int | `5` | | +| strategy | object | `{}` | server deployment strategy | | tolerations | list | `[]` | | | volumeMounts | list | `[]` | | | volumes | list | `[]` | | -| worker.containerSecurityContext | object | `{}` | server containerSecurityContext | +| worker.containerSecurityContext | object | `{}` | worker containerSecurityContext | | worker.priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler | | worker.replicas | int | `1` | worker replicas | | worker.securityContext | object | `{}` | worker securityContext | +| worker.strategy | object | `{}` | worker strategy |