Skip to content

Commit 4479eb9

Browse files
update chart
1 parent 622cfcf commit 4479eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/sourcebot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ Sourcebot is a self-hosted tool that helps you understand your codebase.
4747
| redis.image.repository | string | `"bitnamilegacy/valkey"` | Overwrite default repository of helm chart to point to non-paid bitnami images |
4848
| redis.port | int | `6379` | Redis port |
4949
| sourcebot.additionalEnv | list | `[]` | Set additional environment variables |
50+
| sourcebot.additionalEnvSecrets | list | `[]` | Set environment variables from Kubernetes secrets |
5051
| sourcebot.additionalLabels | object | `{}` | Add extra labels to all resources |
5152
| sourcebot.additionalPorts | list | `[]` | Configure additional ports to expose on the container and service |
5253
| sourcebot.affinity | object | `{}` | Set affinity rules for pod scheduling Defaults to soft anti-affinity if not set See: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ |
5354
| sourcebot.args | list | `[]` | Override the default arguments of the container |
5455
| sourcebot.command | list | `[]` | Override the default command of the container |
5556
| sourcebot.config | object | `{"$schema":"https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v3/index.json","connections":{},"settings":{}}` | Configure Sourcebot-specific application settings |
5657
| sourcebot.containerSecurityContext | object | `{}` | Set the container-level security context |
57-
| sourcebot.envSecrets | list | `[]` | Set environment variables from Kubernetes secrets |
5858
| sourcebot.extraVolumeMounts | list | `[]` | Define volume mounts for the container See: https://kubernetes.io/docs/concepts/storage/volumes/ |
5959
| sourcebot.extraVolumes | list | `[]` | Define additional volumes See: https://kubernetes.io/docs/concepts/storage/volumes/ |
6060
| sourcebot.image.digest | string | `""` | Container image digest (used instead of tag if set) |

0 commit comments

Comments
 (0)