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 c4b61e2 commit ebd8498Copy full SHA for ebd8498
Makefile
@@ -143,7 +143,7 @@ E2E_LABEL_FILTER ?= ""
143
144
E2E_TEMPLATES := test/e2e/frmwrk/data/clusterctl-templates
145
.PHONY: test-e2e
146
-test-e2e: manifests generate fmt vet ginkgo
+test-e2e: manifests generate fmt vet ginkgo kustomize
147
rm -rf $(ARTIFACTS)
148
149
$(KUSTOMIZE) build $(E2E_TEMPLATES)/upgrade --load-restrictor LoadRestrictionsNone > $(E2E_TEMPLATES)/cluster-template-upgrade.yaml
0 commit comments