File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
inventories/group_vars/all Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ console-machine03:
222222
223223.PHONY : dev-env
224224dev-env :
225- @echo " export METALCTL_URL =http://api.172.17.0.1.nip.io:8080/metal"
225+ @echo " export METALCTL_API_URL =http://api.172.17.0.1.nip.io:8080/metal"
226226 @echo " export METALCTL_HMAC=metal-admin"
227227 @echo " export KUBECONFIG=$( KUBECONFIG) "
228228
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
7878 image : ghcr.io/metal-stack/metalctl:${METALCTL_IMAGE_TAG}
7979 environment :
8080 - METALCTL_HMAC=metal-admin
81- - METALCTL_URL =http://api.172.17.0.1.nip.io:8080/metal
81+ - METALCTL_API_URL =http://api.172.17.0.1.nip.io:8080/metal
8282 volumes :
8383 - ./files/ssh:/root/.ssh:ro
8484 network_mode : host
Original file line number Diff line number Diff line change 11---
2- metal_stack_release_version : v0.10.0
2+ metal_stack_release_version : develop
33
44# #
55# # for development purposes, you can override releases from our image vector here
You can’t perform that action at this time.
0 commit comments