You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/posthog/ALL_VALUES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,11 @@ The following table lists the configurable parameters of the PostHog chart and t
620
620
| clickhouse.image.tag | string |`"22.8.11.15"`| ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. |
| clickhouse.serviceAccount.create | bool |`false`| serviceAccount should be created - boolean |
624
+
| clickhouse.serviceAccount.name | string |`nil`| name of the serviceAccount |
625
+
| clickhouse.serviceAccount.annotations | object |`{}`| Configures annotation for the serviceAccount |
623
626
| clickhouse.tolerations | list |`[]`| Toleration labels for clickhouse pod assignment |
627
+
| clickhouse.serviceAccountName | string |`""`| Override serviceAccountName for clickhouse pod Note: this will override serviceAccount.name if both are set |
624
628
| clickhouse.affinity | object |`{}`| Affinity settings for clickhouse pod |
625
629
| clickhouse.resources | object |`{}`| Clickhouse resource requests/limits. See more at http://kubernetes.io/docs/user-guide/compute-resources/|
0 commit comments