8000 allow newline in helm helpers when enabling debug (#7230) · nginx/kubernetes-ingress@1bf57cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bf57cd

Browse files
authored
allow newline in helm helpers when enabling debug (#7230)
1 parent 414d943 commit 1bf57cd

File tree

4 files changed

+477
-1
lines changed

4 files changed

+477
-1
lines changed

charts/nginx-ingress/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Build the args for the service binary.
230230
- --continue
231231
{{- end }}
232232
- --
233-
{{- end -}}
233+
{{- end }}
234234
- -nginx-plus={{ .Values.controller.nginxplus }}
235235
- -nginx-reload-timeout={{ .Values.controller.nginxReloadTimeout }}
236236
- -enable-app-protect={{ .Values.controller.appprotect.enable }}

0 commit comments

Comments
 (0)
0