From efe1ce3087b1c362e90b6c5d44e260bba91e4c05 Mon Sep 17 00:00:00 2001 From: Jakub Jarosz Date: Thu, 3 Oct 2024 12:16:31 +0100 Subject: [PATCH] Generate valid yaml for readOnly fs 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 }}