From 9646089eca6792bd9a2d76da215ce0da9f50c8b7 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 19 May 2020 06:58:03 -0700 Subject: [PATCH] Site: Fix publish issue with date update (#1568) The publishDate will default to the date, so when the date is in the future, the entire page won't render, which then breaks links and the website cannot publish. Co-authored-by: Alexander Apalikov --- site/content/en/docs/Advanced/allocator-service.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/en/docs/Advanced/allocator-service.md b/site/content/en/docs/Advanced/allocator-service.md index 4481ccd341..2f5c4506d2 100644 --- a/site/content/en/docs/Advanced/allocator-service.md +++ b/site/content/en/docs/Advanced/allocator-service.md @@ -1,6 +1,7 @@ --- title: "Allocator Service" date: 2020-05-19T05:45:05Z +publishDate: 2019-10-25T05:45:05Z description: > Agones provides an mTLS based allocator service that is accessible from outside the cluster using a load balancer. The service is deployed and scales independent to Agones controller. ---