Skip to content

Commit

Permalink
Generate valid yaml for readOnly fs (#6583)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Ryan [email protected]
  • Loading branch information
jjngx authored Oct 3, 2024
1 parent e1552cc commit 3253295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nginx-ingress/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ List of volumes for controller.
emptyDir: {}
{{- end }}
{{- if .Values.controller.appprotect.v5 }}
{{- toYaml .Values.controller.appprotect.volumes }}
{{ toYaml .Values.controller.appprotect.volumes }}
{{- end }}
{{- if .Values.controller.volumes }}
{{ toYaml .Values.controller.volumes }}
Expand Down

0 comments on commit 3253295

Please sign in to comment.