mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
#15561 We didn't find a way to preserve history of the original fork (see [here](https://github.com/fleetdm/fleet/issues/15561#issuecomment-1883473504), thus we are moving it with one commit. The second commit updates a reference.
13 lines
411 B
Bash
Executable file
13 lines
411 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/opt/uptycs/bin/basequery \
|
|
--flagfile=/opt/uptycs/etc/kubequery.flags \
|
|
--config_path=/opt/uptycs/etc/kubequery.conf \
|
|
--extensions_socket=/opt/uptycs/var/kubequeryi.em \
|
|
--extensions_autoload=/opt/uptycs/etc/autoload.exts \
|
|
--extensions_require=kubequery \
|
|
--extension_event_tables=kubernetes_events \
|
|
--disable_database \
|
|
--disable_events=false \
|
|
-S \
|
|
"$@"
|