Skip to content

Commit

Permalink
mount mux config directory in transyncd container
Browse files Browse the repository at this point in the history
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
  • Loading branch information
Wataru Ishida committed Sep 13, 2018
1 parent ac97ad6 commit 28394a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/oopt/sonic.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,18 @@ spec:
- name: redis
hostPath:
path: /var/run/redis
- name: mux
hostPath:
path: /etc/tai/mux
containers:
- name: transyncd
image: {{ .Image }}
imagePullPolicy: Never
volumeMounts:
- mountPath: /var/run/redis/
name: redis
- mountPath: /etc/tai/mux/
name: mux
securityContext:
privileged: true
command:
Expand Down

0 comments on commit 28394a9

Please sign in to comment.