From b01ffd934f947040c53938b7d69a84ffbf71c4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20S=C3=A1nchez?= Date: Sun, 11 May 2025 15:13:14 +0200 Subject: [PATCH] website/docs: Update Kubernetes Bootstrap Instructions (#14471) * website/docs: update envFrom block for automated install * format Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/docs/install-config/automated-install.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/install-config/automated-install.mdx b/website/docs/install-config/automated-install.mdx index 348ea642f4..3e3c7a563d 100644 --- a/website/docs/install-config/automated-install.mdx +++ b/website/docs/install-config/automated-install.mdx @@ -29,9 +29,10 @@ authentik: To store the password and token in a secret, use: ```yaml -envFrom: - - secretRef: - name: _some-secret_ +global: + envFrom: + - secretRef: + name: _some-secret_ ``` where _some-secret_ contains the environment variables as in the documentation above.