From d3b952552a8152e84905c04054387c38dd8ac943 Mon Sep 17 00:00:00 2001 From: rsafronov Date: Mon, 27 Feb 2017 16:34:42 -0500 Subject: [PATCH] minor: formatting --- controllers/nginx/pkg/template/template.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/controllers/nginx/pkg/template/template.go b/controllers/nginx/pkg/template/template.go index fcc3b532c..62975cfe5 100644 --- a/controllers/nginx/pkg/template/template.go +++ b/controllers/nginx/pkg/template/template.go @@ -128,8 +128,8 @@ var ( }, "buildLocation": buildLocation, "buildAuthLocation": buildAuthLocation, - "buildAuthResponseHeaders": buildAuthResponseHeaders, - "buildProxyPass": buildProxyPass, + "buildAuthResponseHeaders": buildAuthResponseHeaders, + "buildProxyPass": buildProxyPass, "buildRateLimitZones": buildRateLimitZones, "buildRateLimit": buildRateLimit, "buildSSLPassthroughUpstreams": buildSSLPassthroughUpstreams, @@ -248,7 +248,6 @@ func buildAuthResponseHeaders(input interface{}) []string { return res } - // buildProxyPass produces the proxy pass string, if the ingress has redirects // (specified through the ingress.kubernetes.io/rewrite-to annotation) // If the annotation ingress.kubernetes.io/add-base-url:"true" is specified it will