You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add scripts to rebase istio-csr upstream manifests
with `make update`
* ISTIO_CSR_VERSION in Makefile points to release version of upstream istio-csr
* hack/update-istio-csr-manifests.sh pulls from upstream, modifies and places in bindata/
Signed-off-by: Swarup Ghosh <[email protected]>
@@ -141,8 +143,9 @@ test: manifests generate fmt vet ## Run tests.
141
143
mkdir -p "$(ENVTEST_ASSETS_DIR)"
142
144
KUBEBUILDER_ASSETS="$(shell $(SETUP_ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(ENVTEST_ASSETS_DIR) -p path)" go test ./... -coverprofile cover.out
0 commit comments