Skip to content

Commit 3253295

Browse files
authored
Generate valid yaml for readOnly fs (#6583)
Co-authored-by: Jim Ryan [email protected]
1 parent e1552cc commit 3253295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nginx-ingress/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ List of volumes for controller.
333333
emptyDir: {}
334334
{{- end }}
335335
{{- if .Values.controller.appprotect.v5 }}
336-
{{- toYaml .Values.controller.appprotect.volumes }}
336+
{{ toYaml .Values.controller.appprotect.volumes }}
337337
{{- end }}
338338
{{- if .Values.controller.volumes }}
339339
{{ toYaml .Values.controller.volumes }}

0 commit comments

Comments
 (0)