We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2ee50 commit 06ee3a7Copy full SHA for 06ee3a7
Makefile
@@ -21,8 +21,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
21
CRD_DOCS_CONFIG ?= docs/crd/config.yaml
22
CRD_DOCS_OUTPUT ?= docs/crd/api.md
23
24
-KUBECONFIG_FILE := /tmp/$(KIND_NAME).kubeconfig
25
-export KUBECONFIG := $(if $(wildcard $(KUBECONFIG_FILE)),$(KUBECONFIG_FILE))
+export KUBECONFIG = /tmp/$(KIND_NAME).kubeconfig
26
27
# go
28
VERSYM="github.com/apache/apisix-ingress-controller/internal/version._buildVersion"
0 commit comments