1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Typo, GKE strikes again

This commit is contained in:
Ravind Kumar
2023-01-31 15:35:20 -05:00
parent 9055a734dd
commit e708f9dcda

View File

@ -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)):