Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gremlin-integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down