Skip to content

Commit 38454da

Browse files
authored
Change to METALCTL_API_URL. (#115)
1 parent d524ce8 commit 38454da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ console-machine03:
222222

223223
.PHONY: dev-env
224224
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"
226226
@echo "export METALCTL_HMAC=metal-admin"
227227
@echo "export KUBECONFIG=$(KUBECONFIG)"
228228

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

inventories/group_vars/all/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)