helm docs

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2025-02-19 14:24:37 +00:00
parent 9f33df2e00
commit 5ad2667d4c
No known key found for this signature in database
GPG key ID: 09F625E00301ED18

View file

@ -1170,7 +1170,7 @@ NAME: my-release
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
| dex.image.tag | string | `"v2.41.1"` | Dex image tag |
| dex.image.tag | string | `"v2.42.0"` | Dex image tag |
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |