From 32532957d9ac609a3f865cf6515902935a7c3a91 Mon Sep 17 00:00:00 2001 From: Jakub Jarosz <99677300+jjngx@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:11:15 +0100 Subject: [PATCH] Generate valid yaml for readOnly fs (#6583) Co-authored-by: Jim Ryan j.ryan@f5.com --- charts/nginx-ingress/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nginx-ingress/templates/_helpers.tpl b/charts/nginx-ingress/templates/_helpers.tpl index b842c8015c..12b8aa70e9 100644 --- a/charts/nginx-ingress/templates/_helpers.tpl +++ b/charts/nginx-ingress/templates/_helpers.tpl @@ -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 }}