From 86aed932b0ac9fa1451e64f26063679e60faff4c Mon Sep 17 00:00:00 2001 From: Long Wu Yuan Date: Tue, 3 Aug 2021 22:50:48 +0530 Subject: [PATCH] Removed tabs that were inserted because of copy paste (#7427) --- deploy/static/provider/aws/deploy-tls-termination.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/static/provider/aws/deploy-tls-termination.yaml b/deploy/static/provider/aws/deploy-tls-termination.yaml index 06c3becca..725ec94a3 100644 --- a/deploy/static/provider/aws/deploy-tls-termination.yaml +++ b/deploy/static/provider/aws/deploy-tls-termination.yaml @@ -38,10 +38,10 @@ metadata: namespace: ingress-nginx data: http-snippet: | - server { - listen 2443; - return 308 https://$host$request_uri; - } + server { + listen 2443; + return 308 https://$host$request_uri; + } proxy-real-ip-cidr: XXX.XXX.XXX/XX use-forwarded-headers: 'true' ---