Skip to content

Commit 3a44bbf

Browse files
update helm docs
1 parent a59b763 commit 3a44bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcebot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Sourcebot is a self-hosted tool that helps you understand your codebase.
9090
| sourcebot.podDisruptionBudget.enabled | bool | `true` | Enable Pod Disruption Budget |
9191
| sourcebot.podDisruptionBudget.maxUnavailable | int | `1` | Maximum number of pods that can be unavailable |
9292
| sourcebot.podDisruptionBudget.minAvailable | int | `1` | Minimum number of pods that must be available |
93-
| sourcebot.podSecurityContext | object | `{}` | Set the pod-level security context |
93+
| sourcebot.podSecurityContext | object | `{"fsGroup":1500,"runAsGroup":1500,"runAsNonRoot":true,"runAsUser":1500}` | Set the pod-level security context |
9494
| sourcebot.priorityClassName | string | `""` | Set the priority class name for pods See: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ |
9595
| sourcebot.readinessProbe.failureThreshold | int | `5` | Number of consecutive failures before marking the container as not ready |
9696
| sourcebot.readinessProbe.httpGet | object | `{"path":"/api/health","port":"http"}` | Http GET request to check if the container is ready |

0 commit comments

Comments
 (0)