chore(helm): enabling assist-stats only for ee

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-12-04 18:13:09 +01:00
parent 83c677209a
commit 12be718a69
2 changed files with 6 additions and 0 deletions

View file

@ -33,3 +33,6 @@ dependencies:
version: "0.3.1"
repository: "file://charts/quickwit"
condition: quickwit.enabled
- name: assist-stats
repository: "file://charts/assist-stats"
condition: assist-stats.enabled

View file

@ -52,3 +52,6 @@ chalice:
env:
CH_COMPRESSION: "false"
# ee only
assist-stats:
enabled: false