From 9295cd34a614642e381c0294f07e164509c0fb1d Mon Sep 17 00:00:00 2001 From: Melinda Moreland Date: Fri, 21 Aug 2026 11:35:13 -0700 Subject: [PATCH] docs: quote boolean in GitHub Enterprise Cloud deployment sample metadata.labels is map[string]string; unquoted true fails to unmarshal. Introduced in yesterday's private-key-mount PR (59c4d11). Registry's stable doc is stale on the whole self-hosted K8s manifest section (still shows the old bash-env-var deployment with no explanation of how the private key file gets mounted) - not adopting that reversion. Co-Authored-By: Claude Sonnet 5 --- baton/github-enterprise-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baton/github-enterprise-cloud.mdx b/baton/github-enterprise-cloud.mdx index c1737202..962845c1 100644 --- a/baton/github-enterprise-cloud.mdx +++ b/baton/github-enterprise-cloud.mdx @@ -239,7 +239,7 @@ API access. metadata: labels: app: baton-github-enterprise-cloud - baton: true + baton: "true" baton-app: github-enterprise-cloud spec: containers: