ingress-nginx-helm/rootfs
Sergei Turchanov 0476715022 Need to quote expansion of $cfg.LogFormatStream in log_stream access log
format in nginx.tmpl otherwise individual variables are just glued together
without separating spaces so that you would get these in access logs:

[10/Oct/2019:05:03:30 +0000]TCP200000.003
[10/Oct/2019:05:03:30 +0000]TCP200000.000
[10/Oct/2019:05:05:04 +0000]TCP200000.000

which supposed to be someting like these:
[10/Oct/2019:05:03:30 +0000] TCP 200 0 0 0.003
[10/Oct/2019:05:03:30 +0000] TCP 200 0 0 0.000
[10/Oct/2019:05:05:04 +0000] TCP 200 0 0 0.000
2019-10-10 17:27:15 +10:00
..
etc/nginx Need to quote expansion of $cfg.LogFormatStream in log_stream access log 2019-10-10 17:27:15 +10:00
ingress-controller Improve indentation of generated nginx.conf (#2296) 2018-04-05 18:19:30 -03:00
Dockerfile delete redundant config 2019-09-24 18:51:35 -04:00