volume: default readMode to proxy

This commit is contained in:
Chris Lu
2021-07-03 15:55:56 -07:00
parent f5fa0b08fd
commit 5bcc77b46c
4 changed files with 5 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ spec:
-dataCenter={{ .Values.volume.dataCenter }} \
{{- end }}
-ip.bind={{ .Values.volume.ipBind }} \
-read.redirect={{ .Values.volume.readRedirect }} \
-readMode={{ .Values.volume.readMode }} \
{{- if .Values.volume.whiteList }}
-whiteList={{ .Values.volume.whiteList }} \
{{- end }}