Replacing "host-net" with "hostNetwork"
Replacin "host-net" flag of service definitions with "hostNetwork" flag to align with k8s field definition. Change-Id: I72c8ecef3d009d72d5a8f7f8b847199e3ac184dd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: neutron-openvswitch-agent
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-openvswitch-agent
|
||||
image: neutron-openvswitch-agent
|
||||
|
||||
Reference in New Issue
Block a user