Fix YAML indentation issue (#7556)

`http-snippet:|` does not work for kubernetes 1.21.4, it requires extra space: ``http-snippet: |`
This commit is contained in:
Dechao Qiu 2021-08-31 07:45:38 -07:00 committed by GitHub
parent 8951b7e22a
commit 8a1a5e93c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;