From 0bb252b9cdcf6c61eb5695c132770638517a9859 Mon Sep 17 00:00:00 2001 From: runllm Date: Wed, 18 Jun 2025 19:07:23 +0000 Subject: [PATCH] Update README.md --- gremlin-integrations/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gremlin-integrations/README.md b/gremlin-integrations/README.md index 6578eba..4cd7527 100644 --- a/gremlin-integrations/README.md +++ b/gremlin-integrations/README.md @@ -20,7 +20,8 @@ values.yaml for all available options. | `nodeSelector` | Map of node labels for pod assignment for the `gremlin-integrations` container | `{}` | | `tolerations` | List of node taints to tolerate for the `gremlin-integrations` container | `[]` | | `affinity` | Map of node/pod affinities for the `gremlin-integrations` container | `{}` | -| `gremlin.serviceAccount.create` | Specifies whether Gremlin's kubernetes service account should be created by this helm chart | `true` | +| `gremlin.serviceAccount.create` | Specifies whether Gremlin's kubernetes service account should be created by this helm chart +| `gremlin.serviceAccount.permissions` | Permissions granted to the Gremlin service account, including access to HorizontalPodAutoscalers | `get, watch, list` | `true` | | `gremlin.serviceUrl` | Specifies the Control Plane endpoint URL | `https://api.gremlin.com/v1` | | `gremlin.allowList` | Whitelist URLs in order to allow access only to specific set of endpoints | `""` | | `gremlin.secret.managed` | Specifies whether Gremlin should manage its secrets with Helm | `false` |