File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ gkeContainerOsCmd:
4343 eval tsagent config --set $THREATSTACK_CONFIG_ARGS && sleep 5 && exec /opt/threatstack/sbin/tsagentd -logstdout=1
4444
4545# Using Ubuntu nodes
46- gkeUbuntu : true
46+ gkeUbuntu : false
4747gkeUbuntuCmd :
4848 command : ["bash"]
4949 args :
@@ -79,11 +79,11 @@ customDaemonsetCmd: {}
7979 # - -c
8080 # - >-
8181 # chroot /threatstackfs /bin/bash -c 'service auditd stop >/dev/null || systemctl stop auditd;
82- # systemctl disable auditd';
83- # eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS;
84- # eval tsagent config --set $THREATSTACK_CONFIG_ARGS;
85- # sleep 5;
86- # /opt/threatstack/sbin/tsagentd -logstdout
82+ # systemctl disable auditd' &&
83+ # eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS &&
84+ # eval tsagent config --set $THREATSTACK_CONFIG_ARGS &&
85+ # sleep 5 &&
86+ # /opt/threatstack/sbin/tsagentd -logstdout=1
8787
8888# Using OpenShift
8989#
You can’t perform that action at this time.
0 commit comments