From 02a23099539f57ebb7bb35550386882fb26c53a7 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Tue, 24 Jun 2025 18:26:17 +0800 Subject: [PATCH] misc: added note for bootstrap output flag --- docs/cli/commands/bootstrap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/commands/bootstrap.mdx b/docs/cli/commands/bootstrap.mdx index 0a7a2791c..d9dc5c592 100644 --- a/docs/cli/commands/bootstrap.mdx +++ b/docs/cli/commands/bootstrap.mdx @@ -95,7 +95,7 @@ This flag is optional and defaults to `false`. infisical bootstrap --output=k8-secret --k8-secret-template='{"data":{"token":"{{.Identity.Credentials.Token}}"}}' --k8-secret-name=infisical-bootstrap --k8-secret-namespace=default ``` -When using `k8-secret`, the command will create or update a Kubernetes secret directly in your cluster. +When using `k8-secret`, the command will create or update a Kubernetes secret directly in your cluster. Note that this option requires the command to be executed from within a Kubernetes pod with appropriate service account permissions.