Fix FleetDM - disable stats

This commit is contained in:
Josh Brower
2021-11-19 09:49:34 -05:00
parent e5927d0bf7
commit 8bd4ba3acd

View File

@@ -1,9 +1,6 @@
--- ---
apiVersion: v1 apiVersion: v1
kind: config kind: config
spec:
server_settings:
enable_analytics: false
spec: spec:
agent_options: agent_options:
config: config:
@@ -33,3 +30,5 @@ spec:
logger_tls_endpoint: /api/v1/osquery/log logger_tls_endpoint: /api/v1/osquery/log
logger_tls_period: 10 logger_tls_period: 10
pack_delimiter: _ pack_delimiter: _
server_settings:
enable_analytics: false