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: