Skip to content

Commit aa82d2a

Browse files
maorhalevi-sooded-s1
authored andcommitted
charts: values: turn inventory and communicator on by default
1 parent f2e30a6 commit aa82d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/s1-agent/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ configuration:
3636
log_level: "" # info, error, warning, debug, trace (defaults to 'info')
3737
log_size: "" # helper log file size in MBs. (defaults to 10)
3838
client_timeout: # client timeout. (seconds, default=120)
39-
inventory_enabled: false # to enable inventory mode, set to 'true' (Unsupported)
40-
communicator_enabled: false # to enable communicator mode, set to 'true' (Unsupported)
39+
inventory_enabled: true
40+
communicator_enabled: true
4141
injection:
4242
enabled: false # to enable agent injection mode on AWS Fargate, set to 'true'
4343
# If you are using an on-prem console with an un-trusted CA, you need to provide the CA

0 commit comments

Comments
 (0)