Skip to content

Commit 65a2a77

Browse files
author
Michael Chmielewski
committed
All the *Cmd values should be false by default.
Also updated commented-out custom command to follow format used by other commands.
1 parent 0258e26 commit 65a2a77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
4747
gkeUbuntuCmd:
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
#

0 commit comments

Comments
 (0)