From e708f9dcda054e74256bb38d9900e4f34eebde2a Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Tue, 31 Jan 2023 15:35:20 -0500 Subject: [PATCH] Typo, GKE strikes again --- source/default-conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/default-conf.py b/source/default-conf.py index a86b82d9..50fb8c1a 100644 --- a/source/default-conf.py +++ b/source/default-conf.py @@ -134,7 +134,7 @@ elif tags.has("container"): excludes = i['excludes'] break -elif tags.has("k8s") and not (tags.has("openshift") or tags.has("eks") or tags.has("gks") or tags.has("aks")): +elif tags.has("k8s") and not (tags.has("openshift") or tags.has("eks") or tags.has("gke") or tags.has("aks")): html_baseurl = 'https://min.io/docs/minio/kubernetes/upstream/' with open('url-excludes.yaml','r') as f: for i in (yaml.safe_load_all(f)):