From 2d196ffba343f0f906c6a39d5cb27a7d06e51602 Mon Sep 17 00:00:00 2001 From: Stefan Iuga Date: Mon, 6 Sep 2021 20:09:30 +0300 Subject: [PATCH] added end of file newline --- .../custom-headers/configmap-client-response.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-headers/configmap-client-response.yaml b/docs/examples/customization/custom-headers/configmap-client-response.yaml index 940f0c3ff..0c4c5fbd6 100644 --- a/docs/examples/customization/custom-headers/configmap-client-response.yaml +++ b/docs/examples/customization/custom-headers/configmap-client-response.yaml @@ -7,4 +7,5 @@ metadata: namespace: ingress-nginx labels: app.kubernetes.io/name: ingress-nginx - app.kubernetes.io/part-of: ingress-nginx \ No newline at end of file + app.kubernetes.io/part-of: ingress-nginx + \ No newline at end of file