mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
parent
872a815e54
commit
956c99d582
1 changed files with 3 additions and 4 deletions
|
@ -35,7 +35,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /etc/netclient
|
||||
name: etc-netclient
|
||||
- mountPath: /var/log/netclient.log
|
||||
- mountPath: /var/log
|
||||
name: log-netclient
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
@ -44,7 +44,6 @@ spec:
|
|||
path: /etc/netclient
|
||||
type: DirectoryOrCreate
|
||||
name: etc-netclient
|
||||
- hostPath:
|
||||
path: /var/log/netclient.log
|
||||
type: FileOrCreate
|
||||
- emptyDir:
|
||||
medium: Memory
|
||||
name: log-netclient
|
||||
|
|
Loading…
Add table
Reference in a new issue