From 898452375fefa073350d7593a7c3b05822be6ca8 Mon Sep 17 00:00:00 2001 From: Mindy Moreland Date: Mon, 18 May 2026 14:54:52 -0700 Subject: [PATCH] docs: add BATON_PROVISIONING flag to Kubernetes secrets config --- docs/connector.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/connector.mdx b/docs/connector.mdx index 6ed1ae2b..ce515db8 100644 --- a/docs/connector.mdx +++ b/docs/connector.mdx @@ -249,6 +249,9 @@ stringData: # Optional: include if you're using a GovSlack instance BATON_GOV_ENV: true + + # Optional: include if you want C1 to provision access using this connector + BATON_PROVISIONING: true ``` See the connector's README or run `--help` to see all available configuration flags and environment variables.