Skip to content

Commit 8110962

Browse files
natishaulioded-s1
authored andcommitted
values.yaml: disable inventory and communicator modes
1 parent a56a39c commit 8110962

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
@@ -35,8 +35,8 @@ configuration:
3535
log_level: "" # info, error, warning, debug, trace (defaults to 'info')
3636
log_size: "" # helper log file size in MBs. (defaults to 10)
3737
client_timeout: # client timeout. (seconds, default=120)
38-
inventory_enabled: true
39-
communicator_enabled: true
38+
inventory_enabled: false # to enable inventory mode, set to 'true' (Unsupported)
39+
communicator_enabled: false # to enable communicator mode, set to 'true' (Unsupported)
4040
injection:
4141
enabled: false # to enable agent injection mode on AWS Fargate, set to 'true'
4242
# If you are using an on-prem console with an un-trusted CA, you need to provide the CA

0 commit comments

Comments
 (0)