chore(helm): enabling assist-stats only for ee
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
83c677209a
commit
12be718a69
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -52,3 +52,6 @@ chalice:
|
|||
env:
|
||||
CH_COMPRESSION: "false"
|
||||
|
||||
# ee only
|
||||
assist-stats:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue