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 66a3e75 + 30996bd commit 00d7738Copy full SHA for 00d7738
docs/book/src/tasks/diagnostics.md
@@ -22,8 +22,8 @@ To continue serving metrics via http the following configuration can be used:
22
23
The same can be achieved via clusterctl:
24
```bash
25
-export CAPI_DIAGNOSTICS_ADDRESS: "localhost:8080"
26
-export CAPI_INSECURE_DIAGNOSTICS: "true"
+export CAPI_DIAGNOSTICS_ADDRESS="localhost:8080"
+export CAPI_INSECURE_DIAGNOSTICS="true"
27
clusterctl init ...
28
```
29
0 commit comments