line 48: modified the assignment symbol for HUB_KUBECONFIG (#174)

Signed-off-by: ycyaoxdu <yaoyuchen0626@163.com>
This commit is contained in:
Yuchen YAO
2021-12-01 18:01:57 +08:00
committed by GitHub
parent 4ee4d15544
commit 4b1593db74

View File

@@ -45,7 +45,7 @@ kustomize_dir:=$(dir $(KUSTOMIZE))
KUBECTL?=kubectl
KUBECONFIG?=./.kubeconfig
HUB_KUBECONFIG=./.hub-kubeconfig
HUB_KUBECONFIG?=./.hub-kubeconfig
OPERATOR_SDK_ARCHOS:=x86_64-linux-gnu
ifeq ($(GOHOSTOS),darwin)