Skip to content

Commit f86d279

Browse files
Align chart with daemonset manifest
1 parent bbb3437 commit f86d279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/whereabouts-chart/templates/daemonset.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ spec:
3939
command: [ "/bin/sh" ]
4040
args:
4141
- -c
42-
- >
43-
SLEEP=false /install-cni.sh &&
42+
- |
43+
SLEEP=false source /install-cni.sh
44+
/token-watcher.sh &
4445
/ip-control-loop -log-level debug
4546
env:
4647
- name: NODENAME

0 commit comments

Comments
 (0)