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 a13bd28 commit b1191eeCopy full SHA for b1191ee
Makefile
@@ -44,6 +44,8 @@ CRD_DOCS_CONFIG ?= docs/assets/crd/config.yaml
44
CRD_DOCS_OUTPUT ?= docs/en/latest/api-reference.md
45
CRD_DOCS_TEMPLATE ?= docs/assets/template
46
47
+export KUBECONFIG = /tmp/$(KIND_NAME).kubeconfig
48
+
49
# go
50
VERSYM="github.com/apache/apisix-ingress-controller/internal/version._buildVersion"
51
GITSHASYM="github.com/apache/apisix-ingress-controller/internal/version._buildGitRevision"
0 commit comments