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:
222
222
223
223
.PHONY : dev-env
224
224
dev-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"
226
226
@echo " export METALCTL_HMAC=metal-admin"
227
227
@echo " export KUBECONFIG=$( KUBECONFIG) "
228
228
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
78
78
image : ghcr.io/metal-stack/metalctl:${METALCTL_IMAGE_TAG}
79
79
environment :
80
80
- 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
82
82
volumes :
83
83
- ./files/ssh:/root/.ssh:ro
84
84
network_mode : host
Original file line number Diff line number Diff line change 1
1
---
2
- metal_stack_release_version : v0.10.0
2
+ metal_stack_release_version : develop
3
3
4
4
# #
5
5
# # for development purposes, you can override releases from our image vector here
You can’t perform that action at this time.
0 commit comments