Skip to content

Commit 07b9079

Browse files
committed
Standardizing double quotes in the eval command
1 parent 73079dd commit 07b9079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
args:
101101
- -c
102102
- >-
103-
eval "tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS" &&
103+
eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS &&
104104
tsagent config --set $THREATSTACK_CONFIG_ARGS &&
105105
unset THREATSTACK_SETUP_DEPLOY_KEY THREATSTACK_SETUP_ARGS THREATSTACK_CONFIG_ARGS &&
106106
exec /opt/threatstack/sbin/tsagentd -logstdout=1

templates/deployment-api-reader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
args:
9393
- -c
9494
- >-
95-
eval "tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS" &&
95+
eval tsagent setup --deploy-key $THREATSTACK_SETUP_DEPLOY_KEY $THREATSTACK_SETUP_ARGS &&
9696
tsagent config --set $THREATSTACK_CONFIG_ARGS &&
9797
unset THREATSTACK_SETUP_DEPLOY_KEY THREATSTACK_SETUP_ARGS THREATSTACK_CONFIG_ARGS &&
9898
exec /opt/threatstack/sbin/tsagentd -logstdout=1

0 commit comments

Comments
 (0)