Skip to content

Commit

Permalink
fix: yaml indent and ovn central dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 13, 2020
1 parent 82128d2 commit ae53bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: host-config-openvswitch
hostPath:
path: /etc/origin/openvswitch
- name: host-config-ovn
- name: host-config-ovn
hostPath:
path: /etc/origin/ovn
- name: host-log-ovs
Expand Down
5 changes: 5 additions & 0 deletions yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ spec:
readOnly: true
- mountPath: /etc/openvswitch
name: host-config-openvswitch
- mountPath: /etc/ovn
name: host-config-ovn
- mountPath: /var/log/openvswitch
name: host-log-ovs
- mountPath: /var/log/ovn
Expand Down Expand Up @@ -223,6 +225,9 @@ spec:
- name: host-config-openvswitch
hostPath:
path: /etc/origin/openvswitch
- name: host-config-ovn
hostPath:
path: /etc/origin/ovn
- name: host-log-ovs
hostPath:
path: /var/log/openvswitch
Expand Down

0 comments on commit ae53bf5

Please sign in to comment.