From 22b16c30def14bd27b835db46d1e578a5dbf1ea3 Mon Sep 17 00:00:00 2001 From: Mike Eves Date: Thu, 10 Jun 2021 18:06:26 +0100 Subject: [PATCH] Fix typo Signed-off-by: Mike Eves --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 542e90a95e..fad606ae2d 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1342,7 +1342,7 @@ Available meta labels: * `__meta_kubernetes_ingress_labelpresent_`: `true` for each label from the ingress object. * `__meta_kubernetes_ingress_annotation_`: Each annotation from the ingress object. * `__meta_kubernetes_ingress_annotationpresent_`: `true` for each annotation from the ingress object. -* `__meta_kubernetes_ingress_class`: Class from the ingress spec, if present. Default to `""`. +* `__meta_kubernetes_ingress_class`: Class from the ingress spec, if present. Defaults to `""`. * `__meta_kubernetes_ingress_scheme`: Protocol scheme of ingress, `https` if TLS config is set. Defaults to `http`. * `__meta_kubernetes_ingress_path`: Path from ingress spec. Defaults to `/`.