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.