Skip to content

Commit c288cee

Browse files
author
Max Hedgehog
committed
Regenerate chart ALL_VALUES.md
1 parent adbb220 commit c288cee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/posthog/ALL_VALUES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PostHog Helm chart configuration
22

3-
![Version: 30.1.0](https://img.shields.io/badge/Version-30.1.0-informational?style=flat-square) ![AppVersion: 1.42.0](https://img.shields.io/badge/AppVersion-1.42.0-informational?style=flat-square)
3+
![Version: 30.2.0](https://img.shields.io/badge/Version-30.2.0-informational?style=flat-square) ![AppVersion: 1.42.0](https://img.shields.io/badge/AppVersion-1.42.0-informational?style=flat-square)
44

55
## Configuration
66

@@ -31,6 +31,7 @@ The following table lists the configurable parameters of the PostHog chart and t
3131
| events.hpa.minpods | int | `1` | Min pods for the events stack HorizontalPodAutoscaler. |
3232
| events.hpa.maxpods | int | `10` | Max pods for the events stack HorizontalPodAutoscaler. |
3333
| events.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
34+
| events.env | list | `[]` | Additional env variables to inject into the events stack, uses `web.env` if empty. |
3435
| events.securityContext | object | `{"enabled":false}` | Container security context for the events stack HorizontalPodAutoscaler. |
3536
| events.podSecurityContext | object | `{"enabled":false}` | Pod security context for the events stack HorizontalPodAutoscaler. |
3637
| web.enabled | bool | `true` | Whether to install the PostHog web stack or not. |

0 commit comments

Comments
 (0)