From 8a1a5e93c720d5ee0000c8db2885b7846025bd3e Mon Sep 17 00:00:00 2001 From: Dechao Qiu Date: Tue, 31 Aug 2021 07:45:38 -0700 Subject: [PATCH] Fix YAML indentation issue (#7556) `http-snippet:|` does not work for kubernetes 1.21.4, it requires extra space: ``http-snippet: |` --- deploy/static/provider/aws/deploy-tls-termination.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/static/provider/aws/deploy-tls-termination.yaml b/deploy/static/provider/aws/deploy-tls-termination.yaml index bf442df89..3085270d8 100644 --- a/deploy/static/provider/aws/deploy-tls-termination.yaml +++ b/deploy/static/provider/aws/deploy-tls-termination.yaml @@ -37,7 +37,7 @@ metadata: name: ingress-nginx-controller namespace: ingress-nginx data: - http-snippet:| + http-snippet: | server{ listen 2443; return 308 https://$host$request_uri;