Skip to content

Commit b61f862

Browse files
committed
Update README.md via ./scripts/helm-docs.sh
1 parent f085c66 commit b61f862

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/sourcegraph/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ In addition to the documented values, all services also support the following va
332332
| syntectServer.resources | object | `{"limits":{"cpu":"4","memory":"6G"},"requests":{"cpu":"250m","memory":"2G"}}` | Resource requests & limits for the `syntect-server` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
333333
| syntectServer.serviceAccount.create | bool | `false` | Enable creation of ServiceAccount for `syntect-server` |
334334
| syntectServer.serviceAccount.name | string | `""` | Name of the ServiceAccount to be created or an existing ServiceAccount |
335+
| testConnection.enabled | bool | `true` | Enable `test-connection` |
336+
| testConnection.image.defaultTag | string | `"latest"` | Docker image tag for the `test-connection` image |
337+
| testConnection.image.name | string | `"busybox"` | Docker image name for the `test-connection` image |
338+
| testConnection.name | string | `"sg-test-connection"` | Name used by resources. Does not affect service names or PVCs. |
335339
| worker.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `worker` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
336340
| worker.image.defaultTag | string | `"4.1.2@sha256:79c85866469e96379a6f0b36c2deee08ba3d81520f6fffc8de16a6e7667a67ab"` | Docker image tag for the `worker` image |
337341
| worker.image.name | string | `"worker"` | Docker image name for the `worker` image |

0 commit comments

Comments
 (0)