We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac96b94 + de68eae commit 646933bCopy full SHA for 646933b
docs/book/src/clusterctl/configuration.md
@@ -59,6 +59,9 @@ variables in the `clusterctl` config file:
59
AWS_B64ENCODED_CREDENTIALS: XXXXXXXX
60
```
61
62
+The format of keys should always be `UPPERCASE_WITH_UNDERSCORE` for both OS environment variables and in the `clusterctl`
63
+config file (NOTE: this limitation derives from [Viper](https://github.com/spf13/viper), the library we are using internally to retrieve variables).
64
+
65
In case a variable is defined both in the config file and as an OS environment variable,
66
the environment variable takes precedence.
67
0 commit comments