From 6e67f2a509ba8b56e9e92bfb6f0dd5af66f2f11b Mon Sep 17 00:00:00 2001 From: Kevin Heise Date: Tue, 4 Feb 2025 10:01:10 +0100 Subject: [PATCH] fix values in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 143dc05..6d4f9fe 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,10 @@ In addition, Sentry will always behave as follows: | Parameter | Description | Value | | ----------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------ | -| global.imagePullSecrets | List of image pull secrets | - name: registry | -| global.secret.dockerconfigjson | Docker authentication configuration | "" | +| imagePullSecret | Image pull secret | "e30K" | +| global.imagePullSecret | Global image pull secret | "e30K" | +| global.imagePullSecrets | List of image pull secrets | [] | +| global.secret.dockerconfigjson | Docker authentication configuration | "e30K" | | cloud.hashLookup.enabled | Enable/Disable the cloud hash lookup | true | | cloud.allowlistLookup.enabled | Enable/Disable the cloud allowlist lookup | true | | gateway.ingress.enabled | Enable/Disable the Ingress resource | false |