From 7909f6e895460f1987ddf91ec37696c3c37b47fe Mon Sep 17 00:00:00 2001 From: Melinda Moreland Date: Fri, 21 Aug 2026 11:37:52 -0700 Subject: [PATCH] docs: quote booleans in GitHub connector secrets/deployment samples Secret.stringData and metadata.labels are map[string]string; unquoted true fails to unmarshal. No content adoption needed otherwise - the registry's stable doc is stale on yesterday's private-key volume-mount addition (59c4d11), which we keep as-is. Co-Authored-By: Claude Sonnet 5 --- baton/github.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/baton/github.mdx b/baton/github.mdx index c806e0a9..aeb22b23 100644 --- a/baton/github.mdx +++ b/baton/github.mdx @@ -390,14 +390,14 @@ stringData: BATON_ORGS: # Optional: include if you want C1 to provision access using this connector - BATON_PROVISIONING: true + BATON_PROVISIONING: "true" # Optional: include if you do not want to sync archived repos - BATON_OMIT_ARCHIVED_REPOSITORIES: true + BATON_OMIT_ARCHIVED_REPOSITORIES: "true" # Optional: enable for orgs with thousands of repos or members to reduce sync time. # See "Optimize sync for large organizations" below for trade-offs. - BATON_DIRECT_COLLABORATORS_ONLY: true + BATON_DIRECT_COLLABORATORS_ONLY: "true" --- # baton-github-app-key-secret.yaml @@ -433,7 +433,7 @@ spec: metadata: labels: app: baton-github - baton: true + baton: "true" baton-app: github spec: containers: