Removed tabs that were inserted because of copy paste (#7427)

This commit is contained in:
Long Wu Yuan 2021-08-03 22:50:48 +05:30 committed by GitHub
parent 7c1809d70c
commit 86aed932b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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