From 3b0372488d7cb86893fc040cc3d99061813273be Mon Sep 17 00:00:00 2001 From: Kotaro Inoue Date: Mon, 2 Oct 2023 03:14:14 +0900 Subject: [PATCH] Update docs/book/src/clusterctl/configuration.md Co-authored-by: killianmuldoon <47175296+killianmuldoon@users.noreply.github.com> --- docs/book/src/clusterctl/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/clusterctl/configuration.md b/docs/book/src/clusterctl/configuration.md index b2fdfe7d7803..d27e42131e68 100644 --- a/docs/book/src/clusterctl/configuration.md +++ b/docs/book/src/clusterctl/configuration.md @@ -59,7 +59,7 @@ variables in the `clusterctl` config file: AWS_B64ENCODED_CREDENTIALS: XXXXXXXX ``` -The format of keys should always be `UPPERCASE_WITH_UNDERSCORE` for both OS environment variables and `clusterctl` +The format of keys should always be `UPPERCASE_WITH_UNDERSCORE` for both OS environment variables and in the `clusterctl` config file. In case a variable is defined both in the config file and as an OS environment variable,