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