Skip to content

Commit 6668b0b

Browse files
committed
docs: fix environment variables for init metal-stack
1 parent 949634f commit 6668b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ providers:
3737
Now you are able to install the CAPMS into your cluster:
3838
3939
```bash
40-
export METALCTL_API_URL=http://metal.203.0.113.1.nip.io:8080
41-
export METALCTL_API_HMAC=metal-admin
40+
export METAL_API_URL=http://metal.203.0.113.1.nip.io:8080
41+
export METAL_API_HMAC=metal-admin
4242
export EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION=true
4343

4444
clusterctl init --infrastructure metal-stack

0 commit comments

Comments
 (0)