Skip to content

Commit

Permalink
chart: fix readOnly in volumes (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian authored Jul 3, 2023
1 parent d5462b1 commit 1236693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/ovsovn-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ spec:
name: kube-ovn-tls
- mountPath: /var/run/containerd
name: cruntime
readOnly: true
{{- if .Values.DPDK }}
- mountPath: /opt/ovs-config
name: host-config-ovs
Expand Down Expand Up @@ -197,7 +198,6 @@ spec:
- hostPath:
path: /var/run/containerd
name: cruntime
readOnly: true
{{- if .Values.DPDK }}
- name: host-config-ovs
hostPath:
Expand Down

0 comments on commit 1236693

Please sign in to comment.