mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
fix(external): add missing env var to Makefile
This commit is contained in:
parent
b879ad282a
commit
6aa12a1bb9
@ -1,7 +1,8 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
.EXPORT_ALL_VARIABLES:
|
.EXPORT_ALL_VARIABLES:
|
||||||
|
|
||||||
KUBE_CONFIG_PATH = ../metal/kubeconfig.yaml
|
KUBECONFIG = ../metal/kubeconfig.yaml
|
||||||
|
KUBE_CONFIG_PATH = $(KUBECONFIG)
|
||||||
|
|
||||||
default: apply terraform-secrets
|
default: apply terraform-secrets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user